commit: fb0e411c7c3b49339e30f61e27322318326710b8 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jun 7 15:07:50 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 07:47:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0e411c
dev-python/constantly: enable py3.13 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-python/constantly/constantly-23.10.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/constantly/constantly-23.10.4.ebuild b/dev-python/constantly/constantly-23.10.4.ebuild index 810c092d6b47..d5c8fe34ff50 100644 --- a/dev-python/constantly/constantly-23.10.4.ebuild +++ b/dev-python/constantly/constantly-23.10.4.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