commit: a7a72d7d34f3cc0e7c76c7daefad31c0ad8df6db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 02:36:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 02:36:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a72d7d
dev-python/pytest-twisted: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild
b/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild
index b8d5fd02c9df..13cc254026d2 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1