summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:14:10 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:14:10 +0300
commit0af899dcc4972b076986ec109c2734a01101e76c (patch)
tree1a4989b019180cdac6b695362288c57be69d2fbe /dev-python/sure
parentdev-python/text-unidecode: enable py3.12 (diff)
downloadgentoo-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.ebuild2
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