summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 14:38:17 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 15:05:28 +0200
commit4a38a9128e74db9726e9f61926a52c944a1cf016 (patch)
tree8aa671ffe7fcfee4f49b47ba7cdced0caf6b0f0d
parentdev-python/jellyfish: Run cargo test as well (diff)
downloadgentoo-4a38a9128e74db9726e9f61926a52c944a1cf016.tar.gz
gentoo-4a38a9128e74db9726e9f61926a52c944a1cf016.tar.bz2
gentoo-4a38a9128e74db9726e9f61926a52c944a1cf016.zip
dev-python/jellyfish: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jellyfish/jellyfish-1.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jellyfish/jellyfish-1.0.3.ebuild b/dev-python/jellyfish/jellyfish-1.0.3.ebuild
index 78234653506d..a115f81b3f34 100644
--- a/dev-python/jellyfish/jellyfish-1.0.3.ebuild
+++ b/dev-python/jellyfish/jellyfish-1.0.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
CRATES="
ahash@0.8.6