diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:16:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:16:42 +0200 |
commit | f0c4237d1051a8cb923f3d79e60fcc71a466a0c1 (patch) | |
tree | 4eaf76f25a37f9b0e340d3c00bbbf67091775fc0 /dev-python/tavalidate | |
parent | dev-python/statsd: Enable py3.12 (diff) | |
download | gentoo-f0c4237d1051a8cb923f3d79e60fcc71a466a0c1.tar.gz gentoo-f0c4237d1051a8cb923f3d79e60fcc71a466a0c1.tar.bz2 gentoo-f0c4237d1051a8cb923f3d79e60fcc71a466a0c1.zip |
dev-python/tavalidate: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tavalidate')
-rw-r--r-- | dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild b/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild index fee291574369..35a456295086 100644 --- a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild +++ b/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |