summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-13 19:15:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-13 19:31:26 +0300
commit1c0448eb6f86f99bd45559ff06f7cc2a6a71d71c (patch)
treef90ca67499bb03025927f7b57bba824b45c2d1e1 /dev-python
parentdev-python/jaraco-collections: Use PEP517 (diff)
downloadgentoo-1c0448eb6f86f99bd45559ff06f7cc2a6a71d71c.tar.gz
gentoo-1c0448eb6f86f99bd45559ff06f7cc2a6a71d71c.tar.bz2
gentoo-1c0448eb6f86f99bd45559ff06f7cc2a6a71d71c.zip
dev-python/jaraco-collections: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild
index 97771dd5c2aa..2d4ec2a0c605 100644
--- a/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
MY_PN="${PN/-/.}"