diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index db9fd1a6..8777dc93 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -66,9 +66,9 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: - CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux*" + CIBW_SKIP: "cp36-* cp37-* cp38-* cp313-* pp* *i686 *-musllinux*" CIBW_ARCHS: "${{ matrix.cibw_archs }}" CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\"" CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64" diff --git a/pyproject.toml b/pyproject.toml index 60822639..242b2a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools!=74.0.0", "wheel", "numpy>=2.0.0rc1,<2.3", "Cython>=3", "versioneer[toml]"] +requires = ["setuptools", "wheel", "numpy>=2.0.0rc1,<2.3", "Cython>=3", "versioneer[toml]"] build-backend = "setuptools.build_meta" [tool.ruff]