diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-25 22:15:12 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 22:52:11 +0100 |
commit | 6bad29d2e7fe642bf499431b61497ef03df414e7 (patch) | |
tree | 0c963e0751e1779330485c52e58f39f26ae45579 /dev-python/simplejson | |
parent | dev-python/canonicaljson: enable py3.12 (diff) | |
download | gentoo-6bad29d2e7fe642bf499431b61497ef03df414e7.tar.gz gentoo-6bad29d2e7fe642bf499431b61497ef03df414e7.tar.bz2 gentoo-6bad29d2e7fe642bf499431b61497ef03df414e7.zip |
dev-python/simplejson: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/simplejson-3.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.19.1.ebuild b/dev-python/simplejson/simplejson-3.19.1.ebuild index 5e6f52f9a4d1..8997886f2b97 100644 --- a/dev-python/simplejson/simplejson-3.19.1.ebuild +++ b/dev-python/simplejson/simplejson-3.19.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |