summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-12 20:59:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-12 20:59:02 +0200
commit4552901f19592e96afc77321a64b2969e7654ee4 (patch)
tree7cada341b090c056a97549270127fb8d2c1972ec /dev-python
parentdev-python/irc: Enable py3.13 (diff)
downloadgentoo-4552901f19592e96afc77321a64b2969e7654ee4.tar.gz
gentoo-4552901f19592e96afc77321a64b2969e7654ee4.tar.bz2
gentoo-4552901f19592e96afc77321a64b2969e7654ee4.zip
dev-python/jsonschema-spec: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
index 70471280c38b..989ad27dfe3a 100644
--- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1