Skip to content

Commit 22e6448

Browse files
committed
Mark the release as beta
1 parent c4ce10c commit 22e6448

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v5
5757
with:
58-
python-version: '3.9'
58+
python-version: '3.10'
5959

6060
- name: Install cibuildwheel
6161
run: |

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [{name = "Blosc Development Team", email = "[email protected]"}]
1717
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}]
1818
license = {text = "BSD-3-Clause"}
1919
classifiers = [
20-
"Development Status :: 5 - Production/Stable",
20+
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Developers",
2222
"Intended Audience :: Information Technology",
2323
"Intended Audience :: Science/Research",
@@ -48,6 +48,9 @@ documentation = "https://www.blosc.org/python-blosc2/python-blosc2.html"
4848

4949
[tool.cibuildwheel]
5050
skip = "cp36-* cp37-* pp37-* cp38-* pp38-* cp39-* pp39-* *-manylinux_i686 *_ppc64le *_s390x"
51+
# Let's use a more recent version of the manylinux image for more modern compilers
52+
manylinux-x86_64-image = "manylinux_2_28"
53+
manylinux-aarch64-image = "manylinux_2_28"
5154

5255
[tool.ruff]
5356
line-length = 109

0 commit comments

Comments
 (0)