diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-16 09:03:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-16 09:03:17 +0200 |
commit | c5e82e5b1c07a9f9eeddcb857719cc48daee301a (patch) | |
tree | e17d59415f76d526e926a8a0b31f5233dd062f4d /dev-python/blosc | |
parent | dev-python/blosc: Fix test failures with >=dev-python/numpy-2 (diff) | |
download | gentoo-c5e82e5b1c07a9f9eeddcb857719cc48daee301a.tar.gz gentoo-c5e82e5b1c07a9f9eeddcb857719cc48daee301a.tar.bz2 gentoo-c5e82e5b1c07a9f9eeddcb857719cc48daee301a.zip |
dev-python/blosc: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blosc')
-rw-r--r-- | dev-python/blosc/blosc-1.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blosc/blosc-1.11.1.ebuild b/dev-python/blosc/blosc-1.11.1.ebuild index d61d1db5fca0..fc0773f2cc28 100644 --- a/dev-python/blosc/blosc-1.11.1.ebuild +++ b/dev-python/blosc/blosc-1.11.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |