commit: 50e1559c9570b8e87df18c6b76ad4c06c7a8d61f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 15:26:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 16:25:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e1559c
dev-python/pkgcraft: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pkgcraft/pkgcraft-0.0.9.ebuild | 2 +-
dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 +-
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