diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-22 11:23:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-22 11:25:50 +0200 |
commit | c1efb86d0a75de972df5c3a82037c0ac9dd6b7c7 (patch) | |
tree | f6fe4651b21248f7820259c05ca3bf74c89b8e80 /dev-python | |
parent | dev-python/zc-lockfile: Use PEP517 build (diff) | |
download | gentoo-c1efb86d0a75de972df5c3a82037c0ac9dd6b7c7.tar.gz gentoo-c1efb86d0a75de972df5c3a82037c0ac9dd6b7c7.tar.bz2 gentoo-c1efb86d0a75de972df5c3a82037c0ac9dd6b7c7.zip |
dev-python/zc-lockfile: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild b/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild index 18a0468d81dc..077e5a14b4ff 100644 --- a/dev-python/zc-lockfile/zc-lockfile-2.0-r1.ebuild +++ b/dev-python/zc-lockfile/zc-lockfile-2.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 |