diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:49:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 12:56:17 +0200 |
commit | 2a1f86cd85576f1f0cf74a64d0f92ae707d6200c (patch) | |
tree | bd80f431b52a94a7345ea0cf8d34c98cb19634f0 /dev-python/zope-hookable | |
parent | dev-python/zope-deprecation: Enable py3.11 (diff) | |
download | gentoo-2a1f86cd85576f1f0cf74a64d0f92ae707d6200c.tar.gz gentoo-2a1f86cd85576f1f0cf74a64d0f92ae707d6200c.tar.bz2 gentoo-2a1f86cd85576f1f0cf74a64d0f92ae707d6200c.zip |
dev-python/zope-hookable: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-hookable')
-rw-r--r-- | dev-python/zope-hookable/zope-hookable-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-hookable/zope-hookable-5.1.0.ebuild b/dev-python/zope-hookable/zope-hookable-5.1.0.ebuild index 73a0c150b9ed..a717053655ff 100644 --- a/dev-python/zope-hookable/zope-hookable-5.1.0.ebuild +++ b/dev-python/zope-hookable/zope-hookable-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |