diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:41:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:11:49 +0200 |
commit | 7980c32e31afd5db33f57b28a4771f8d74c040c7 (patch) | |
tree | 6afaf7fa69282f938272a25c45702e0ef9a95284 /dev-python/cheetah3/cheetah3-3.3.1.ebuild | |
parent | dev-python/cchardet: Enable py3.12 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/cheetah3/cheetah3-3.3.1.ebuild')
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.3.1.ebuild | 2 |
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 |