summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-04 18:14:48 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-04 19:03:15 +0100
commite84dc4db7b204ed07ba85c849c7bec9d42ad38d0 (patch)
tree74eebc39192ac9f968560b31e0760e93f76bb0d4 /dev-python/subprocess-tee
parentdev-python/tox: Enable py3.12 (diff)
downloadgentoo-e84dc4db7b204ed07ba85c849c7bec9d42ad38d0.tar.gz
gentoo-e84dc4db7b204ed07ba85c849c7bec9d42ad38d0.tar.bz2
gentoo-e84dc4db7b204ed07ba85c849c7bec9d42ad38d0.zip
dev-python/subprocess-tee: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subprocess-tee')
-rw-r--r--dev-python/subprocess-tee/subprocess-tee-0.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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