diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d25341..a0b7da07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.23.3 + - uses: pypa/cibuildwheel@v3.2.0 with: output-dir: wheelhouse - uses: actions/upload-artifact@v4 diff --git a/pyproject.toml b/pyproject.toml index c2ac3f95..cf089528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ Changelog = "https://tfpf.github.io/pysorteddict/changelog.html" archs = ["auto64"] build-verbosity = 1 enable = ["pypy"] +skip = ["cp3??t-*"] test-command = "pytest {package}" test-requires = ["pytest-xdist"]