commit: b1eb48c6173724db54184b237717773d302d0f87 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 19:13:05 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Mar 31 21:33:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1eb48c6
dev-python/pydes: update PYTHON_COMPAT - add 3.13 Closes: https://bugs.gentoo.org/952371 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-python/pydes/{pydes-2.0.1-r1.ebuild => pydes-2.0.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pydes/pydes-2.0.1-r1.ebuild b/dev-python/pydes/pydes-2.0.1-r2.ebuild similarity index 81% rename from dev-python/pydes/pydes-2.0.1-r1.ebuild rename to dev-python/pydes/pydes-2.0.1-r2.ebuild index 814fc6b90f80..6a839dabb866 100644 --- a/dev-python/pydes/pydes-2.0.1-r1.ebuild +++ b/dev-python/pydes/pydes-2.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=pyDes -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi
