summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 17:37:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:29:48 +0200
commit5afaa74399f99dc92824df6fcad6eca72de4ee55 (patch)
treedfb17b1c40e3c800ab677bd91a825f4434de8230
parentdev-python/hyperlink: Enable py3.13 (diff)
downloadgentoo-5afaa74399f99dc92824df6fcad6eca72de4ee55.tar.gz
gentoo-5afaa74399f99dc92824df6fcad6eca72de4ee55.tar.bz2
gentoo-5afaa74399f99dc92824df6fcad6eca72de4ee55.zip
dev-python/simplejson: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/simplejson/simplejson-3.19.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild b/dev-python/simplejson/simplejson-3.19.2.ebuild
index a014c1d7ed9b..78c4ef114cf0 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.19.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi