commit:     0870e0bb21135c14acb93fe7b156eb09917fa176
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 14:25:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 14:50:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0870e0bb

dev-util/pkgdev: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild | 2 +-
 dev-util/pkgdev/pkgdev-9999.ebuild      | 2 +-
 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

Reply via email to