commit: 34f6cc782e6163a53a7d0a50b1e2ca3d52a44dc0 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon May 13 08:48:19 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 09:00:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34f6cc78
dev-python/urlmatch: enable py3.12 Closes: https://bugs.gentoo.org/931437 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/urlmatch/urlmatch-1.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/urlmatch/urlmatch-1.0.1-r2.ebuild b/dev-python/urlmatch/urlmatch-1.0.1-r2.ebuild index 49c3b30c5d..2650ea8a84 100644 --- a/dev-python/urlmatch/urlmatch-1.0.1-r2.ebuild +++ b/dev-python/urlmatch/urlmatch-1.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1