Skip to content

Commit 1f4c7fb

Browse files
authored
Merge pull request #672 from pytroll/dependabot/github_actions/pypa/cibuildwheel-3.1.2
2 parents edceb46 + a1ea338 commit 1f4c7fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
git fetch --prune --unshallow
6161
6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v3.0.0
63+
uses: pypa/cibuildwheel@v3.1.2
6464
env:
65-
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
65+
CIBW_SKIP: "cp39-* cp310-* *i686 *-musllinux*"
66+
CIBW_ENABLE: cpython-freethreading
6667
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
6768
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
6869
CIBW_TEST_SKIP: "*-win_arm64"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "numpy>=2.0.0rc1,<2.3", "Cython>=3", "versioneer[toml]"]
2+
requires = ["setuptools", "wheel", "numpy>=2.0.0,<3", "Cython>=3.1", "versioneer[toml]"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.ruff]

0 commit comments

Comments
 (0)