Skip to content

Commit 4387c56

Browse files
committed
Merge branch 'main' of github.com:Blosc/python-blosc2
2 parents 1e126c7 + 1d1b03e commit 4387c56

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@ jobs:
3636
# Linux x86_64 builds
3737
- os: ubuntu-latest
3838
arch: x86_64
39-
cibw_pattern: "cp3{10,11,12,13}-manylinux*"
39+
cibw_pattern: "cp3{10,11,12,13,14}-manylinux*"
4040
artifact_name: "linux-x86_64"
4141

4242
# Linux ARM64 builds (native runners)
4343
- os: ubuntu-24.04-arm
4444
arch: aarch64
45-
cibw_pattern: "cp3{10,11,12,13}-manylinux*"
45+
cibw_pattern: "cp3{10,11,12,13,14}-manylinux*"
4646
artifact_name: "linux-aarch64"
4747
# Don't use native runners for now (looks like wait times are too long)
4848
#runs-on: ["ubuntu-latest", "arm64"]
4949

5050
# Windows builds
5151
- os: windows-latest
5252
arch: x86_64
53-
cibw_pattern: "cp3{10,11,12,13}-win64"
53+
cibw_pattern: "cp3{10,11,12,13,14}-win64"
5454
artifact_name: "windows-x86_64"
5555

5656
# macOS builds (universal2)
5757
- os: macos-latest
5858
arch: x86_64
59-
cibw_pattern: "cp3{10,11,12,13}-macosx*"
59+
cibw_pattern: "cp3{10,11,12,13,14}-macosx*"
6060
artifact_name: "macos-universal2"
6161
steps:
6262
- name: Checkout repo

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
1010
rev: v6.0.0
1111
hooks:
12+
- id: check-toml
1213
- id: check-yaml
1314
- id: end-of-file-fixer
1415
- id: mixed-line-ending
15-
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
]
3233
requires-python = ">=3.10"
3334
# Follow guidelines from https://scientific-python.org/specs/spec-0000/

0 commit comments

Comments
 (0)