commit: f51518feb4f27570096d89ee1ab747e875086f8f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 19:00:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 19:04:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51518fe
dev-python/wcmatch: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wcmatch/wcmatch-8.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wcmatch/wcmatch-8.5.2.ebuild
b/dev-python/wcmatch/wcmatch-8.5.2.ebuild
index a1e9df7b7e6a..3316e513d847 100644
--- a/dev-python/wcmatch/wcmatch-8.5.2.ebuild
+++ b/dev-python/wcmatch/wcmatch-8.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=hatchling
DOCS_BUILDER="mkdocs"