summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 19:17:14 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 19:54:37 +0200
commit3c435874bcdc80774cf028a632e99bd210a32947 (patch)
treececc890e1c8f1f6735955fed0899d497d34c9e64
parentdev-python/pygments: Use PEP517 build (diff)
downloadgentoo-3c435874bcdc80774cf028a632e99bd210a32947.tar.gz
gentoo-3c435874bcdc80774cf028a632e99bd210a32947.tar.bz2
gentoo-3c435874bcdc80774cf028a632e99bd210a32947.zip
dev-python/pygments: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pygments/pygments-2.12.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygments/pygments-2.12.0-r1.ebuild b/dev-python/pygments/pygments-2.12.0-r1.ebuild
index a9ce01eaa3ee..7d9033ed45bf 100644
--- a/dev-python/pygments/pygments-2.12.0-r1.ebuild
+++ b/dev-python/pygments/pygments-2.12.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1 bash-completion-r1