diff options
author | 2024-05-18 18:01:31 +0200 | |
---|---|---|
committer | 2024-05-18 18:10:45 +0200 | |
commit | e42cef6ed65f19db90c6e6337df33c0c11790250 (patch) | |
tree | 4b751550e997a404f9f8ec83f4b3d7571584ff49 /dev-python | |
parent | dev-python/fakeredis: Enable py3.13 (diff) | |
download | gentoo-e42cef6ed65f19db90c6e6337df33c0c11790250.tar.gz gentoo-e42cef6ed65f19db90c6e6337df33c0c11790250.tar.bz2 gentoo-e42cef6ed65f19db90c6e6337df33c0c11790250.zip |
dev-python/greenstalk: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/greenstalk/greenstalk-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/greenstalk/greenstalk-2.0.2.ebuild b/dev-python/greenstalk/greenstalk-2.0.2.ebuild index 85a3e4056252..f380eefd5133 100644 --- a/dev-python/greenstalk/greenstalk-2.0.2.ebuild +++ b/dev-python/greenstalk/greenstalk-2.0.2.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} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |