summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:03:44 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:03:44 +0300
commit6d7083a741aa529903a2324d40ebcedd2d102a75 (patch)
tree92e2fade5cf361c5337b33e8ab6340b11307deb9 /dev-python/waitress
parentdev-python/visitor: enable py3.12 (diff)
downloadgentoo-6d7083a741aa529903a2324d40ebcedd2d102a75.tar.gz
gentoo-6d7083a741aa529903a2324d40ebcedd2d102a75.tar.bz2
gentoo-6d7083a741aa529903a2324d40ebcedd2d102a75.zip
dev-python/waitress: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/waitress')
-rw-r--r--dev-python/waitress/waitress-2.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/waitress/waitress-2.1.2.ebuild b/dev-python/waitress/waitress-2.1.2.ebuild
index 9c4d35f09719..5a833940684b 100644
--- a/dev-python/waitress/waitress-2.1.2.ebuild
+++ b/dev-python/waitress/waitress-2.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi