summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:51:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:53:00 +0300
commit9894afbc3fed9c43a0e26398715935425ad4ab0c (patch)
tree7fecad5ec95872554a193390df3eec537f3e817b /dev-python/requests_download
parentdev-python/requests_download: EAPI=8, Use PEP517 flit (diff)
downloadgentoo-9894afbc3fed9c43a0e26398715935425ad4ab0c.tar.gz
gentoo-9894afbc3fed9c43a0e26398715935425ad4ab0c.tar.bz2
gentoo-9894afbc3fed9c43a0e26398715935425ad4ab0c.zip
dev-python/requests_download: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/requests_download')
-rw-r--r--dev-python/requests_download/requests_download-0.1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests_download/requests_download-0.1.2-r1.ebuild b/dev-python/requests_download/requests_download-0.1.2-r1.ebuild
index aeaf9ada1e76..b9bb4886b279 100644
--- a/dev-python/requests_download/requests_download-0.1.2-r1.ebuild
+++ b/dev-python/requests_download/requests_download-0.1.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1