diff options
author | 2024-05-30 00:34:27 +0100 | |
---|---|---|
committer | 2024-05-30 00:34:27 +0100 | |
commit | 0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7 (patch) | |
tree | 7e140948bd83fa672b08b38aa30e22dce10fc0f2 /sys-apps/pkgcore | |
parent | dev-python/sphinx-epytext: enable py3.13 (diff) | |
download | gentoo-0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7.tar.gz gentoo-0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7.tar.bz2 gentoo-0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7.zip |
sys-apps/pkgcore: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/pkgcore')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-0.12.27.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/pkgcore/pkgcore-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pkgcore/pkgcore-0.12.27.ebuild b/sys-apps/pkgcore/pkgcore-0.12.27.ebuild index caedfa427107..4311b3b61a44 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.27.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.27.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index c4ca4f9df592..1dc106e93939 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |