summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 17:59:59 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 17:59:59 +0200
commit39c0f5a8fa9215be919339fdd40eeff72c7a6416 (patch)
treeb68c9c19360d557c7cf1862ea740d1cfa6f965d2 /dev-python/Arpeggio
parentdev-python/txrequests: enable py3.11 (diff)
downloadgentoo-39c0f5a8fa9215be919339fdd40eeff72c7a6416.tar.gz
gentoo-39c0f5a8fa9215be919339fdd40eeff72c7a6416.tar.bz2
gentoo-39c0f5a8fa9215be919339fdd40eeff72c7a6416.zip
dev-python/Arpeggio: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/Arpeggio')
-rw-r--r--dev-python/Arpeggio/Arpeggio-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild b/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
index 13c8505b7626..825f24b64fa5 100644
--- a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
+++ b/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1