aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Winter <steffen.winter@proton.me>2024-07-11 13:59:28 +0200
committerSteffen Winter <steffen.winter@proton.me>2024-07-11 13:59:28 +0200
commitf88e0330a9f9d0a30b6ccafd3c0e1e1906715b38 (patch)
treec3da2ecf2fc9c583b7f393d50bfe430b716aa23a /dev-cpp
parentdev-cpp/simdutf: add 5.3.0 (diff)
downloadguru-f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38.tar.gz
guru-f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38.tar.bz2
guru-f88e0330a9f9d0a30b6ccafd3c0e1e1906715b38.zip
dev-cpp/simdutf: enable py3.13
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild (renamed from dev-cpp/simdutf/simdutf-5.3.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/simdutf/simdutf-5.3.0.ebuild b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
index 3875eae9bb..629fb45570 100644
--- a/dev-cpp/simdutf/simdutf-5.3.0.ebuild
+++ b/dev-cpp/simdutf/simdutf-5.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-any-r1