summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:15:43 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:16:19 +0200
commitdb636912e0b95b20a34fc1b04280a582f392c2eb (patch)
tree0db07dd778c2fbcbd5b88ebe1faa9e418da5bece /dev-python/lit
parentdev-python/lz4: Enable py3.13 (diff)
downloadgentoo-db636912e0b95b20a34fc1b04280a582f392c2eb.tar.gz
gentoo-db636912e0b95b20a34fc1b04280a582f392c2eb.tar.bz2
gentoo-db636912e0b95b20a34fc1b04280a582f392c2eb.zip
dev-python/lit: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r--dev-python/lit/lit-19.0.0.9999.ebuild2
-rw-r--r--dev-python/lit/lit-19.0.0_pre20240518.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-19.0.0.9999.ebuild b/dev-python/lit/lit-19.0.0.9999.ebuild
index 3d0315962098..d862b4f8cd03 100644
--- a/dev-python/lit/lit-19.0.0.9999.ebuild
+++ b/dev-python/lit/lit-19.0.0.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 llvm.org
diff --git a/dev-python/lit/lit-19.0.0_pre20240518.ebuild b/dev-python/lit/lit-19.0.0_pre20240518.ebuild
index 3d0315962098..d862b4f8cd03 100644
--- a/dev-python/lit/lit-19.0.0_pre20240518.ebuild
+++ b/dev-python/lit/lit-19.0.0_pre20240518.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 llvm.org