summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 16:41:51 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 17:11:49 +0200
commit7980c32e31afd5db33f57b28a4771f8d74c040c7 (patch)
tree6afaf7fa69282f938272a25c45702e0ef9a95284
parentdev-python/cchardet: Enable py3.12 (diff)
downloadgentoo-7980c32e31afd5db33f57b28a4771f8d74c040c7.tar.gz
gentoo-7980c32e31afd5db33f57b28a4771f8d74c040c7.tar.bz2
gentoo-7980c32e31afd5db33f57b28a4771f8d74c040c7.zip
dev-python/cheetah3: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cheetah3/cheetah3-3.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cheetah3/cheetah3-3.3.1.ebuild b/dev-python/cheetah3/cheetah3-3.3.1.ebuild
index f2c8cd18cd3e..2fb8748e3d85 100644
--- a/dev-python/cheetah3/cheetah3-3.3.1.ebuild
+++ b/dev-python/cheetah3/cheetah3-3.3.1.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