summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-12 17:00:43 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-12 17:44:36 +0200
commitb55ae326c236f2ba1bacb933c3a31781a063a5b3 (patch)
tree812eb2ea52eb269bbdfb8654c9a7554558af0e8c /dev-python/jellyfish
parentdev-python/numpy: drop (commented out) old prefix kws (diff)
downloadgentoo-b55ae326c236f2ba1bacb933c3a31781a063a5b3.tar.gz
gentoo-b55ae326c236f2ba1bacb933c3a31781a063a5b3.tar.bz2
gentoo-b55ae326c236f2ba1bacb933c3a31781a063a5b3.zip
dev-python/jellyfish: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jellyfish')
-rw-r--r--dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild b/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
index 8ece7a8c62d3..fc2b77d4027e 100644
--- a/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
+++ b/dev-python/jellyfish/jellyfish-0.11.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
CRATES="
ahash-0.8.3