diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-30 17:54:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-30 18:59:49 +0200 |
commit | 6f8d305e8096e08582fa4f0a9fd37823b794bf29 (patch) | |
tree | e762cd718bc0b90bde1aafb7a17202696609c21b /dev-python/klein | |
parent | net-p2p/deluge: Clean up dev-python/twisted[ssl] dep (diff) | |
download | gentoo-6f8d305e8096e08582fa4f0a9fd37823b794bf29.tar.gz gentoo-6f8d305e8096e08582fa4f0a9fd37823b794bf29.tar.bz2 gentoo-6f8d305e8096e08582fa4f0a9fd37823b794bf29.zip |
dev-python/klein: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/klein')
-rw-r--r-- | dev-python/klein/klein-23.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/klein/klein-23.12.0.ebuild b/dev-python/klein/klein-23.12.0.ebuild index 9395225bb7ec..72025544865e 100644 --- a/dev-python/klein/klein-23.12.0.ebuild +++ b/dev-python/klein/klein-23.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |