summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 12:50:10 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 13:03:20 +0200
commit036fa24017f12c1c08649934d67d840d2179bb35 (patch)
tree9e3eda04b62bc79187a26fb30e0882285e605906
parentdev-python/service-identity: Enable py3.13 (diff)
downloadgentoo-036fa24017f12c1c08649934d67d840d2179bb35.tar.gz
gentoo-036fa24017f12c1c08649934d67d840d2179bb35.tar.bz2
gentoo-036fa24017f12c1c08649934d67d840d2179bb35.zip
dev-python/pygments: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pygments/pygments-2.18.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygments/pygments-2.18.0.ebuild b/dev-python/pygments/pygments-2.18.0.ebuild
index c287a352633e..44890143e1a3 100644
--- a/dev-python/pygments/pygments-2.18.0.ebuild
+++ b/dev-python/pygments/pygments-2.18.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 bash-completion-r1 pypi