summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-17 14:03:49 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-17 14:21:10 +0300
commit3244a0f74df0cb35f85bb63d355c653e7ca0651a (patch)
tree423b2dbd471fc5b3083a0be94f416b7b75684d86 /dev-python/zope-schema
parentdev-python/whichcraft: enable py3.11 (diff)
downloadgentoo-3244a0f74df0cb35f85bb63d355c653e7ca0651a.tar.gz
gentoo-3244a0f74df0cb35f85bb63d355c653e7ca0651a.tar.bz2
gentoo-3244a0f74df0cb35f85bb63d355c653e7ca0651a.zip
dev-python/zope-schema: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/zope-schema')
-rw-r--r--dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild b/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
index e43531a8e91f..27ac8e5cd6eb 100644
--- a/dev-python/zope-schema/zope-schema-6.2.0-r2.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.2.0-r2.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