diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-10 22:36:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-10 22:38:23 +0200 |
commit | 0a5d644743715b3aaca9f74728abafb66db41801 (patch) | |
tree | 94e9170fcf6030598cef8415c0245ba7d241fa92 /dev-python | |
parent | dev-python/simplejson: Use PEP517 build (diff) | |
download | gentoo-0a5d644743715b3aaca9f74728abafb66db41801.tar.gz gentoo-0a5d644743715b3aaca9f74728abafb66db41801.tar.bz2 gentoo-0a5d644743715b3aaca9f74728abafb66db41801.zip |
dev-python/simplejson: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simplejson/simplejson-3.17.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild b/dev-python/simplejson/simplejson-3.17.5-r1.ebuild index a8971fc8bc71..84d4dee1f814 100644 --- a/dev-python/simplejson/simplejson-3.17.5-r1.ebuild +++ b/dev-python/simplejson/simplejson-3.17.5-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 |