diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index de1507e7..30d63198 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - cibw_python: ["cp310-*", "cp311-*", "cp312-*"] + cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"] cibw_manylinux: [manylinux2014] cibw_arch: ["x86_64"] steps: @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-python@v3 name: Install Python with: - python-version: '3.10' + python-version: '3.12' - name: Install cibuildwheel run: | python -m pip install cibuildwheel @@ -63,7 +63,7 @@ jobs: fail-fast: false matrix: os: [macos-latest] - cibw_python: ["cp310-*", "cp311-*", "cp312-*"] + cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"] cibw_arch: [ "x86_64", "arm64"] #, "universal2"] steps: @@ -74,7 +74,7 @@ jobs: - uses: actions/setup-python@v3 name: Install Python with: - python-version: '3.10' + python-version: '3.12' - name: Install cibuildwheel run: | @@ -112,7 +112,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - cibw_python: ["cp310-*", "cp311-*", "cp312-*"] + cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"] cibw_arch: ["AMD64"] steps: @@ -123,7 +123,7 @@ jobs: - uses: actions/setup-python@v3 name: Install Python with: - python-version: '3.10' + python-version: '3.12' - name: Install cibuildwheel run: |