commit: e3f0fed7760b89ee783ab0f0f071c7fec7c991c8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 9 17:25:06 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 9 17:32:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f0fed7
dev-python/regex: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/regex/regex-2024.4.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/regex/regex-2024.4.28.ebuild b/dev-python/regex/regex-2024.4.28.ebuild index af00003fff6e..850003b0471d 100644 --- a/dev-python/regex/regex-2024.4.28.ebuild +++ b/dev-python/regex/regex-2024.4.28.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # pypy isn't supported upstream because of its UTF8 representation for strings # See https://github.com/mrabarnett/mrab-regex/issues/521#issuecomment-1936260187. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi
