py-executing: support python 3.13 (#48604)

This commit is contained in:
Harmen Stoppels 2025-01-16 19:00:10 +01:00 committed by GitHub
parent f23366e4f8
commit ca19790ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,10 +13,12 @@ class PyExecuting(PythonPackage):
license("MIT")
version("2.1.0", sha256="8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab")
version("1.2.0", sha256="19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107")
version("1.1.0", sha256="2c2c07d1ec4b2d8f9676b25170f1d8445c0ee2eb78901afb075a4b8d83608c6a")
version("1.0.0", sha256="98daefa9d1916a4f0d944880d5aeaf079e05585689bebd9ff9b32e31dd5e1017")
version("0.8.2", sha256="c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023")
depends_on("python@:3.12", type=("build", "run"), when="@:2.0")
depends_on("py-setuptools", type="build")
depends_on("py-setuptools-scm+toml", type="build")