diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 14:03:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 14:21:10 +0300 |
commit | 3244a0f74df0cb35f85bb63d355c653e7ca0651a (patch) | |
tree | 423b2dbd471fc5b3083a0be94f416b7b75684d86 /dev-python/zope-schema | |
parent | dev-python/whichcraft: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |