summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-29 13:56:45 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-29 14:26:28 +0200
commit79290040257256feebe1c829fa38e13089afa520 (patch)
treee4f585ea694a84b75238ddb46a2f62e0fc3787f9 /dev-python/pyicu
parentdev-python/txredisapi: enable py3.12 (diff)
downloadgentoo-79290040257256feebe1c829fa38e13089afa520.tar.gz
gentoo-79290040257256feebe1c829fa38e13089afa520.tar.bz2
gentoo-79290040257256feebe1c829fa38e13089afa520.zip
dev-python/pyicu: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r--dev-python/pyicu/pyicu-2.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyicu/pyicu-2.11.ebuild b/dev-python/pyicu/pyicu-2.11.ebuild
index e6c3cf4e6674..9fb2dd669f95 100644
--- a/dev-python/pyicu/pyicu-2.11.ebuild
+++ b/dev-python/pyicu/pyicu-2.11.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1