commit: e3c0f2560bd0387c64dfaf811d2d0e24a410ee63
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 19:41:13 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed May 29 19:45:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c0f256
dev-python/pkginfo: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/pkginfo/pkginfo-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pkginfo/pkginfo-1.10.0.ebuild
b/dev-python/pkginfo/pkginfo-1.10.0.ebuild
index 7b63e11fcaea..75b1a4b17110 100644
--- a/dev-python/pkginfo/pkginfo-1.10.0.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi