summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-28 18:19:29 +0100
committerMichał Górny <mgorny@gentoo.org>2024-10-28 19:15:47 +0100
commit3cad065e768723d51476efa4f7c31d66863818a4 (patch)
treec22ddcf372cf4c1d7ad6e1df025520a9a66ba389 /dev-python/simpleeval
parentdev-python/pyarrow: Bump to 18.0.0 (diff)
downloadgentoo-3cad065e768723d51476efa4f7c31d66863818a4.tar.gz
gentoo-3cad065e768723d51476efa4f7c31d66863818a4.tar.bz2
gentoo-3cad065e768723d51476efa4f7c31d66863818a4.zip
dev-python/simpleeval: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simpleeval')
-rw-r--r--dev-python/simpleeval/simpleeval-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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