commit: 1f82e0bf72a3ba749815a03eda759c87f94de654 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Apr 9 14:32:59 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Apr 9 20:55:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f82e0bf
sci-chemistry/chemex: enable py3.13 Closes: https://bugs.gentoo.org/952651 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/chemex/chemex-2024.09.25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/chemex/chemex-2024.09.25.ebuild b/sci-chemistry/chemex/chemex-2024.09.25.ebuild index 87646d2c3045..46b23e4c02c9 100644 --- a/sci-chemistry/chemex/chemex-2024.09.25.ebuild +++ b/sci-chemistry/chemex/chemex-2024.09.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL="yes" DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
