summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-19 19:38:22 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-19 19:42:49 +0200
commit600d361edde38511b2471faf635d479c8eba7ee3 (patch)
treee7e7e253387887915d7805b41d6d6c3f6584ab63 /dev-python/blosc
parentdev-python/scikit-build: Enable py3.10 (diff)
downloadgentoo-600d361edde38511b2471faf635d479c8eba7ee3.tar.gz
gentoo-600d361edde38511b2471faf635d479c8eba7ee3.tar.bz2
gentoo-600d361edde38511b2471faf635d479c8eba7ee3.zip
dev-python/blosc: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blosc')
-rw-r--r--dev-python/blosc/blosc-1.10.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blosc/blosc-1.10.4.ebuild b/dev-python/blosc/blosc-1.10.4.ebuild
index 43923c61a128..f2deced4776c 100644
--- a/dev-python/blosc/blosc-1.10.4.ebuild
+++ b/dev-python/blosc/blosc-1.10.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1