diff options
author | 2024-05-18 11:04:50 +0200 | |
---|---|---|
committer | 2024-05-18 11:28:56 +0200 | |
commit | 94cc9e5c6d3794240f8cd84fa8f34fd3d8e11983 (patch) | |
tree | 6623c1f5feb1c5c6a82a0ca48440ef1ca5887f53 /dev-python/schema | |
parent | dev-python/sarge: Enable py3.13 (diff) | |
download | gentoo-94cc9e5c6d3794240f8cd84fa8f34fd3d8e11983.tar.gz gentoo-94cc9e5c6d3794240f8cd84fa8f34fd3d8e11983.tar.bz2 gentoo-94cc9e5c6d3794240f8cd84fa8f34fd3d8e11983.zip |
dev-python/schema: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/schema')
-rw-r--r-- | dev-python/schema/schema-0.7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/schema/schema-0.7.7.ebuild b/dev-python/schema/schema-0.7.7.ebuild index 61220e35ea2b..b36d2507555f 100644 --- a/dev-python/schema/schema-0.7.7.ebuild +++ b/dev-python/schema/schema-0.7.7.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 |