From db636912e0b95b20a34fc1b04280a582f392c2eb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 18 May 2024 18:15:43 +0200 Subject: dev-python/lit: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lit/lit-19.0.0.9999.ebuild | 2 +- dev-python/lit/lit-19.0.0_pre20240518.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/lit') 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 -- cgit v1.2.3-65-gdbad