diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:10:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:15:31 +0200 |
commit | 51048d9cae6d026b2dac93c06be2223041ce102e (patch) | |
tree | 8f84c0a26a9727169203610c9f0541b163241cdd /dev-python/fields | |
parent | dev-python/docutils-glep: Enable py3.13 (diff) | |
download | gentoo-51048d9cae6d026b2dac93c06be2223041ce102e.tar.gz gentoo-51048d9cae6d026b2dac93c06be2223041ce102e.tar.bz2 gentoo-51048d9cae6d026b2dac93c06be2223041ce102e.zip |
dev-python/fields: Enable py3.13
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fields/fields-5.0.0-r3.ebuild b/dev-python/fields/fields-5.0.0-r3.ebuild index 663e02348ff1..c1b42e777cfa 100644 --- a/dev-python/fields/fields-5.0.0-r3.ebuild +++ b/dev-python/fields/fields-5.0.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |