Skip to content

Commit

Permalink
Bump to official 3.13 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Oct 12, 2024
1 parent 7f3dd63 commit 5f9b411
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Set up Python 3.12 for linting
- name: Set up Python 3.13 for linting
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.13'
- name: Install dependencies
run: |-
python -m pip install --upgrade pip
Expand All @@ -50,10 +50,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/[email protected]
with:
python-version: '3.12'
python-version: '3.13'
- name: Upgrade pip
run: |-
python -m pip install --upgrade pip
Expand Down Expand Up @@ -123,17 +123,16 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
#cibw_skip:
#- '*-win32'
cibw_skip:
- '*-win32 *-win32 cp313-musllinux_i686'
arch:
- auto
steps:
- name: Checkout source
uses: actions/[email protected]
- name: Enable MSVC 64bit
uses: ilammy/msvc-dev-cmd@v1
#if: matrix.os == 'windows-latest' && ${{ contains(matrix.cibw_skip, '*-win32') }}
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest' && ${{ contains(matrix.cibw_skip, '*-win32') }}
- name: Set up QEMU
uses: docker/[email protected]
if: runner.os == 'Linux' && matrix.arch != 'auto'
Expand All @@ -145,16 +144,16 @@ jobs:
output-dir: wheelhouse
config-file: pyproject.toml
env:
#CIBW_SKIP: ${{ matrix.cibw_skip }}
CIBW_SKIP: ${{ matrix.cibw_skip }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
- name: Show built files
shell: bash
run: ls -la wheelhouse
- name: Set up Python 3.12 to combine coverage
- name: Set up Python 3.13 to combine coverage
uses: actions/[email protected]
if: runner.os == 'Linux'
with:
python-version: '3.12'
python-version: '3.13'
- name: Combine coverage Linux
if: runner.os == 'Linux'
run: |-
Expand Down Expand Up @@ -217,23 +216,23 @@ jobs:
install-extras: tests-strict,runtime-strict
os: windows-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests-strict,runtime-strict,optional-strict
os: ubuntu-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests-strict,runtime-strict,optional-strict
os: macOS-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests-strict,runtime-strict,optional-strict
os: windows-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests
os: macOS-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests
os: windows-latest
arch: auto
Expand All @@ -257,7 +256,7 @@ jobs:
install-extras: tests,optional
os: ubuntu-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests,optional
os: ubuntu-latest
arch: auto
Expand All @@ -281,7 +280,7 @@ jobs:
install-extras: tests,optional
os: macOS-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests,optional
os: macOS-latest
arch: auto
Expand All @@ -305,7 +304,7 @@ jobs:
install-extras: tests,optional
os: windows-latest
arch: auto
- python-version: 3.13.0-rc.2
- python-version: '3.13'
install-extras: tests,optional
os: windows-latest
arch: auto
Expand Down

0 comments on commit 5f9b411

Please sign in to comment.