diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:14:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:14:10 +0300 |
commit | 0af899dcc4972b076986ec109c2734a01101e76c (patch) | |
tree | 1a4989b019180cdac6b695362288c57be69d2fbe /dev-python/sure | |
parent | dev-python/text-unidecode: enable py3.12 (diff) | |
download | gentoo-0af899dcc4972b076986ec109c2734a01101e76c.tar.gz gentoo-0af899dcc4972b076986ec109c2734a01101e76c.tar.bz2 gentoo-0af899dcc4972b076986ec109c2734a01101e76c.zip |
dev-python/sure: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sure')
-rw-r--r-- | dev-python/sure/sure-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sure/sure-2.0.1.ebuild b/dev-python/sure/sure-2.0.1.ebuild index aea87095cb4a..3cb8830cae60 100644 --- a/dev-python/sure/sure-2.0.1.ebuild +++ b/dev-python/sure/sure-2.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |