commit: 46cf1b803c6d45f20f961e38b5b476a72c59a75a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 11:20:55 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 11:38:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cf1b80
app-crypt/acme-tiny: enable py3.13
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
index dc15b1519d3a..bfc648c947d8 100644
--- a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python{3_10,3_11,3_12} )
+PYTHON_COMPAT=( python{3_10,3_11,3_12,3_13} )
DISTUTILS_USE_PEP517="setuptools"