diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-17 07:55:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-17 08:54:26 +0200 |
commit | 4bcd5c29ccc76771c4310f7bd5b6044a0d9793c8 (patch) | |
tree | f49925e6da19b1eb94e895348f1b959ccefb6d18 /dev-python/cerberus | |
parent | dev-python/cerberus: Use PEP517 build (diff) | |
download | gentoo-4bcd5c29ccc76771c4310f7bd5b6044a0d9793c8.tar.gz gentoo-4bcd5c29ccc76771c4310f7bd5b6044a0d9793c8.tar.bz2 gentoo-4bcd5c29ccc76771c4310f7bd5b6044a0d9793c8.zip |
dev-python/cerberus: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cerberus')
-rw-r--r-- | dev-python/cerberus/cerberus-1.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cerberus/cerberus-1.3.4-r1.ebuild b/dev-python/cerberus/cerberus-1.3.4-r1.ebuild index 995bff25596f..887523526a6c 100644 --- a/dev-python/cerberus/cerberus-1.3.4-r1.ebuild +++ b/dev-python/cerberus/cerberus-1.3.4-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 |