From 3cad065e768723d51476efa4f7c31d66863818a4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 28 Oct 2024 18:19:29 +0100 Subject: dev-python/simpleeval: 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/simpleeval/simpleeval-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/simpleeval') diff --git a/dev-python/simpleeval/simpleeval-1.0.1.ebuild b/dev-python/simpleeval/simpleeval-1.0.1.ebuild index bbb48a12401d..bc45d62a0add 100644 --- a/dev-python/simpleeval/simpleeval-1.0.1.ebuild +++ b/dev-python/simpleeval/simpleeval-1.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad