summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 17:57:54 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:30:00 +0200
commitbc4f0f88cf9150496098e0dd23aba624aaed073f (patch)
treef6d0236f4b10c1c3c913cda54ce0659d0c80a219
parentdev-python/referencing: Enable py3.13 (diff)
downloadgentoo-bc4f0f88cf9150496098e0dd23aba624aaed073f.tar.gz
gentoo-bc4f0f88cf9150496098e0dd23aba624aaed073f.tar.bz2
gentoo-bc4f0f88cf9150496098e0dd23aba624aaed073f.zip
dev-python/jsonschema-specifications: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
index 162b48ac20c6..50d28d04e35d 100644
--- a/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
+++ b/dev-python/jsonschema-specifications/jsonschema-specifications-2023.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi