diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:39:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:44:03 +0300 |
commit | e58d64407eee900e11d66dde480e260b92092d2c (patch) | |
tree | 12a71564b8f55064e2c6f482f347fe8de5e397df /dev-python/jaraco-collections | |
parent | dev-python/greenstalk: enable py3.12 (diff) | |
download | gentoo-e58d64407eee900e11d66dde480e260b92092d2c.tar.gz gentoo-e58d64407eee900e11d66dde480e260b92092d2c.tar.bz2 gentoo-e58d64407eee900e11d66dde480e260b92092d2c.zip |
dev-python/jaraco-collections: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild index 1e155122f218..c07100fd2439 100644 --- a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |