diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:11:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:42:00 +0200 |
commit | 9d948bcb5f2ed94e45bdfe00a990f0e1d044d5ee (patch) | |
tree | cdbdbf70f05c5c7d1c5be162c5df1d8323aed42f /dev-python/six | |
parent | dev-python/appdirs: Enable py3.12 (diff) | |
download | gentoo-9d948bcb5f2ed94e45bdfe00a990f0e1d044d5ee.tar.gz gentoo-9d948bcb5f2ed94e45bdfe00a990f0e1d044d5ee.tar.bz2 gentoo-9d948bcb5f2ed94e45bdfe00a990f0e1d044d5ee.zip |
dev-python/six: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/six')
-rw-r--r-- | dev-python/six/six-1.16.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/six/six-1.16.0-r1.ebuild b/dev-python/six/six-1.16.0-r1.ebuild index 5803cfb4223a..841baca9c65e 100644 --- a/dev-python/six/six-1.16.0-r1.ebuild +++ b/dev-python/six/six-1.16.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |