summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-09 16:25:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-09 16:50:06 +0200
commit0870e0bb21135c14acb93fe7b156eb09917fa176 (patch)
tree937be7b4b23000c9ff1932ea923f47c7a1baa138 /dev-util/pkgdev
parentdev-util/pkgcheck: Enable py3.13 (diff)
downloadgentoo-0870e0bb21135c14acb93fe7b156eb09917fa176.tar.gz
gentoo-0870e0bb21135c14acb93fe7b156eb09917fa176.tar.bz2
gentoo-0870e0bb21135c14acb93fe7b156eb09917fa176.zip
dev-util/pkgdev: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild2
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
index 1fc8f43e2948..23adc3795862 100644
--- a/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index a1858addd1ea..67e6010bb58b 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-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 optfeature
if [[ ${PV} == *9999 ]] ; then