diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b7ab3f..226575e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: include: # linux-64 - os: ubuntu-latest - python: 37 + python: 38 platform_id: manylinux_x86_64 # macosx_universal2 - os: macos-14 @@ -26,7 +26,7 @@ jobs: platform_id: macosx_universal2 # win-64 - os: windows-2019 - python: 37 + python: 38 platform_id: win_amd64 steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index b680196..f472579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ fallback_version = "Unknown" test-command = "datasetbuilder -h" build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"] skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"] -test-skip = "*-win_amd64 cp311-*" +before-test = ["pip install replace-pip-with-uv-pip"] [tool.cibuildwheel.linux] environment-pass = ["CIBW_BUILD"]