diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 05:58:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 06:07:28 +0200 |
commit | 8006d0dd9cfe6f6a052cab9071c65f268f3ee479 (patch) | |
tree | aa136792241de43ce40b6e251f4bd32841eb991a /dev-python/fields | |
parent | dev-python/breathe: Enable py3.12 (diff) | |
download | gentoo-8006d0dd9cfe6f6a052cab9071c65f268f3ee479.tar.gz gentoo-8006d0dd9cfe6f6a052cab9071c65f268f3ee479.tar.bz2 gentoo-8006d0dd9cfe6f6a052cab9071c65f268f3ee479.zip |
dev-python/fields: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fields')
-rw-r--r-- | dev-python/fields/fields-5.0.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fields/fields-5.0.0-r3.ebuild b/dev-python/fields/fields-5.0.0-r3.ebuild index a68540135ff6..663e02348ff1 100644 --- a/dev-python/fields/fields-5.0.0-r3.ebuild +++ b/dev-python/fields/fields-5.0.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |