Skip to content

Commit

Permalink
Attempt to enable 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 15, 2024
1 parent a3fda48 commit 83adf4c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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.13 for linting
- name: Set up Python 3.12 for linting
uses: actions/[email protected]
with:
python-version: '3.13'
python-version: '3.12'
- 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.13
- name: Set up Python 3.12
uses: actions/[email protected]
with:
python-version: '3.13'
python-version: '3.12'
- name: Upgrade pip
run: |-
python -m pip install --upgrade pip
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
- name: Show built files
shell: bash
run: ls -la wheelhouse
- name: Set up Python 3.13 to combine coverage
- name: Set up Python 3.12 to combine coverage
uses: actions/[email protected]
if: runner.os == 'Linux'
with:
python-version: '3.13'
python-version: '3.12'
- name: Combine coverage Linux
if: runner.os == 'Linux'
run: |-
Expand Down Expand Up @@ -216,23 +216,23 @@ jobs:
install-extras: tests-strict,runtime-strict
os: windows-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests-strict,runtime-strict,optional-strict
os: ubuntu-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests-strict,runtime-strict,optional-strict
os: macOS-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests-strict,runtime-strict,optional-strict
os: windows-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests
os: macOS-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests
os: windows-latest
arch: auto
Expand All @@ -256,7 +256,7 @@ jobs:
install-extras: tests,optional
os: ubuntu-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests,optional
os: ubuntu-latest
arch: auto
Expand All @@ -280,7 +280,7 @@ jobs:
install-extras: tests,optional
os: macOS-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests,optional
os: macOS-latest
arch: auto
Expand All @@ -304,7 +304,7 @@ jobs:
install-extras: tests,optional
os: windows-latest
arch: auto
- python-version: '3.13'
- python-version: 3.13.0-rc.2
install-extras: tests,optional
os: windows-latest
arch: auto
Expand Down

0 comments on commit 83adf4c

Please sign in to comment.