summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-10 22:36:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-10 22:38:23 +0200
commit0a5d644743715b3aaca9f74728abafb66db41801 (patch)
tree94e9170fcf6030598cef8415c0245ba7d241fa92
parentdev-python/simplejson: Use PEP517 build (diff)
downloadgentoo-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>
-rw-r--r--dev-python/simplejson/simplejson-3.17.5-r1.ebuild2
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