summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 17:26:03 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 18:25:42 +0200
commit50e1559c9570b8e87df18c6b76ad4c06c7a8d61f (patch)
tree07391891a913d0487e74fa2d4d1a46316675791b
parentdev-python/nox: Enable py3.13 (diff)
downloadgentoo-50e1559c9570b8e87df18c6b76ad4c06c7a8d61f.tar.gz
gentoo-50e1559c9570b8e87df18c6b76ad4c06c7a8d61f.tar.bz2
gentoo-50e1559c9570b8e87df18c6b76ad4c06c7a8d61f.zip
dev-python/pkgcraft: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pkgcraft/pkgcraft-0.0.9.ebuild2
-rw-r--r--dev-python/pkgcraft/pkgcraft-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
index b61769cf7136..0e6d0142cd1c 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index b61769cf7136..0e6d0142cd1c 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1