commit: e80b0949943a5403b7296c0ba1da64962f6ca287
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 15:39:01 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 15:42:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80b0949
dev-python/pyscard: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/pyscard/pyscard-2.0.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyscard/pyscard-2.0.10.ebuild
b/dev-python/pyscard/pyscard-2.0.10.ebuild
index b141ab35e303..2efc6e371faa 100644
--- a/dev-python/pyscard/pyscard-2.0.10.ebuild
+++ b/dev-python/pyscard/pyscard-2.0.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 optfeature