summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 18:31:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:34:05 +0200
commit1d027ba6b7ad89c64c8ca47fcf9df857b21161d2 (patch)
treed858c6f915011dbc4de7d3303b2e073fabefa2ad /dev-python/six
parentdev-python/zope-testing: Enable py3.11 (diff)
downloadgentoo-1d027ba6b7ad89c64c8ca47fcf9df857b21161d2.tar.gz
gentoo-1d027ba6b7ad89c64c8ca47fcf9df857b21161d2.tar.bz2
gentoo-1d027ba6b7ad89c64c8ca47fcf9df857b21161d2.zip
dev-python/six: Enable py3.11
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.ebuild2
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 e3858b0a1272..5a7dc9923d19 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_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1