commit: 89e820c5c249687a255e6227116b455620eaff96 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 15:41:51 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 15:42:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e820c5
dev-python/ConfigArgParse: link py3.13 failure report Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-python/ConfigArgParse/ConfigArgParse-1.7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/ConfigArgParse/ConfigArgParse-1.7.ebuild b/dev-python/ConfigArgParse/ConfigArgParse-1.7.ebuild index fbb3e1fb90be..64b4bae49e69 100644 --- a/dev-python/ConfigArgParse/ConfigArgParse-1.7.ebuild +++ b/dev-python/ConfigArgParse/ConfigArgParse-1.7.ebuild @@ -1,9 +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 +# py3.13: https://github.com/bw2/ConfigArgParse/issues/294 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
