diff options
author | 2021-06-19 19:38:22 +0200 | |
---|---|---|
committer | 2021-06-19 19:42:49 +0200 | |
commit | 600d361edde38511b2471faf635d479c8eba7ee3 (patch) | |
tree | e7e7e253387887915d7805b41d6d6c3f6584ab63 /dev-python/blosc | |
parent | dev-python/scikit-build: Enable py3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |