commit: e84dc4db7b204ed07ba85c849c7bec9d42ad38d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 17:14:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 18:03:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84dc4db
dev-python/subprocess-tee: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
index 66074e9ff463..50630e278d00 100644
--- a/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
+++ b/dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild
@@ -3,9 +3,9 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi