summaryrefslogtreecommitdiff
path: root/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 11:48:43 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 12:44:00 +0300
commita435e7d19ed37ef404a656758585e3da8c0f03c0 (patch)
tree8a866e17d26b54c248c6a356ca42b7951074a28f /dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
parent1de3d51990374d65608585d998c90496c2715e75 (diff)
downloadgentoo-a435e7d19ed37ef404a656758585e3da8c0f03c0.tar.gz
gentoo-a435e7d19ed37ef404a656758585e3da8c0f03c0.tar.bz2
gentoo-a435e7d19ed37ef404a656758585e3da8c0f03c0.zip
dev-python/asyncstdlib: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild')
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
index bf284fdc944c..5590c14a20c7 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi