diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-08 14:24:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-08 15:41:27 +0100 |
commit | 8e3e734a721141c77a58bc8d80cba9b8c2f86644 (patch) | |
tree | 4b8a9405a178fed7548dd7191f248cad6be82c59 /dev-python | |
parent | dev-python/klein: Deselect broken tests (diff) | |
download | gentoo-8e3e734a721141c77a58bc8d80cba9b8c2f86644.tar.gz gentoo-8e3e734a721141c77a58bc8d80cba9b8c2f86644.tar.bz2 gentoo-8e3e734a721141c77a58bc8d80cba9b8c2f86644.zip |
dev-python/klein: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/klein/klein-23.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/klein/klein-23.5.0.ebuild b/dev-python/klein/klein-23.5.0.ebuild index 439d58e31c6e..5894803fc2ec 100644 --- a/dev-python/klein/klein-23.5.0.ebuild +++ b/dev-python/klein/klein-23.5.0.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 |