From c548ea56133f51a6b8ff7381c1e2125a235b1831 Mon Sep 17 00:00:00 2001 From: metab0t Date: Wed, 6 Mar 2024 12:31:13 +0800 Subject: [PATCH] More builds --- .github/workflows/wheel.yml | 3 +-- pyproject.toml | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index fbf7278..ddbae89 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -23,8 +23,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [ubuntu-latest, windows-latest, macos-12, macos-14] - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macos-12, macos-14] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index b786b82..a862f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,3 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] # Super-verbose output for debugging purpose build-verbosity = 3 - -# We restrict ourselves to CPython 3.9 and then repair the wheels to be -# independent of the Python version - I have not found a different solution -# within cibuildwheel to achieve this. -build = "cp311-*"