commit: 8a8fbe09f6e1278e501ae2a18bf14416f2b4d958
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 16:06:05 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 25 16:27:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8fbe09
dev-python/pygments: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygments/pygments-2.15.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pygments/pygments-2.15.1.ebuild
b/dev-python/pygments/pygments-2.15.1.ebuild
index 7ee548a6c8ce..34876ce3c09f 100644
--- a/dev-python/pygments/pygments-2.15.1.ebuild
+++ b/dev-python/pygments/pygments-2.15.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 bash-completion-r1 pypi