diff options
author | 2023-01-27 17:59:59 +0200 | |
---|---|---|
committer | 2023-01-27 17:59:59 +0200 | |
commit | 39c0f5a8fa9215be919339fdd40eeff72c7a6416 (patch) | |
tree | b68c9c19360d557c7cf1862ea740d1cfa6f965d2 /dev-python/Arpeggio | |
parent | dev-python/txrequests: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |