commit: e21d71c15d6e85b9c9a4c05d76d572e13806b415 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 18 16:15:47 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 18 16:32:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21d71c1
dev-python/snakeoil: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/snakeoil/snakeoil-0.10.8.ebuild | 2 +- dev-python/snakeoil/snakeoil-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/snakeoil/snakeoil-0.10.8.ebuild b/dev-python/snakeoil/snakeoil-0.10.8.ebuild index 95d88af8d962..c6044c38301e 100644 --- a/dev-python/snakeoil/snakeoil-0.10.8.ebuild +++ b/dev-python/snakeoil/snakeoil-0.10.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index d61275cf8484..c6db942d1644 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.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=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1