summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 16:31:50 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 16:37:19 +0200
commit1ff81e2c2f1105cb7828cd98db1b119f05f1faca (patch)
tree51b10e6d8a0e4167ba9efbb3c415df6c3b192574 /dev-python/utidylib
parentdev-python/virtualenv-clone: Enable py3.12 (diff)
downloadgentoo-1ff81e2c2f1105cb7828cd98db1b119f05f1faca.tar.gz
gentoo-1ff81e2c2f1105cb7828cd98db1b119f05f1faca.tar.bz2
gentoo-1ff81e2c2f1105cb7828cd98db1b119f05f1faca.zip
dev-python/utidylib: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/utidylib-0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/utidylib/utidylib-0.9.ebuild b/dev-python/utidylib/utidylib-0.9.ebuild
index 085589a5a534..86013e1c6566 100644
--- a/dev-python/utidylib/utidylib-0.9.ebuild
+++ b/dev-python/utidylib/utidylib-0.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1