diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-13 19:15:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-13 19:31:26 +0300 |
commit | 1c0448eb6f86f99bd45559ff06f7cc2a6a71d71c (patch) | |
tree | f90ca67499bb03025927f7b57bba824b45c2d1e1 /dev-python/jaraco-collections | |
parent | dev-python/jaraco-collections: Use PEP517 (diff) | |
download | gentoo-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/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-3.5.1-r1.ebuild | 2 |
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/-/.}" |