diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:13:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:51:07 +0200 |
commit | f807fa240acc61a0bb3369ae4ce655496547dc9f (patch) | |
tree | e7adf50f227074f725a6ac8f64e946c874610918 /dev-python/jsonschema-spec | |
parent | dev-python/orjson: Enable py3.12 (diff) | |
download | gentoo-f807fa240acc61a0bb3369ae4ce655496547dc9f.tar.gz gentoo-f807fa240acc61a0bb3369ae4ce655496547dc9f.tar.bz2 gentoo-f807fa240acc61a0bb3369ae4ce655496547dc9f.zip |
dev-python/jsonschema-spec: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema-spec')
-rw-r--r-- | dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild index 95eb5470a564..81eeedc289a1 100644 --- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild +++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |