diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-09 19:25:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-09 19:32:24 +0200 |
commit | a4ae053e7dfbaf0162555c46f24b074f11ed025a (patch) | |
tree | b12a25de17c3fe485cc0a51549b60bebeb55f2e2 /dev-python/fastjsonschema | |
parent | dev-python/tomli-w: Enable py3.13 (diff) | |
download | gentoo-a4ae053e7dfbaf0162555c46f24b074f11ed025a.tar.gz gentoo-a4ae053e7dfbaf0162555c46f24b074f11ed025a.tar.bz2 gentoo-a4ae053e7dfbaf0162555c46f24b074f11ed025a.zip |
dev-python/fastjsonschema: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fastjsonschema')
-rw-r--r-- | dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild index 2308e701735e..cf18821f1b26 100644 --- a/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild +++ b/dev-python/fastjsonschema/fastjsonschema-2.19.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |