Skip to content

Commit

Permalink
Remove 3.13 from matrix. How do we do this correctly?
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jun 10, 2024
1 parent 76135c1 commit 7cd18ec
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- 3.13.0-beta.2
- '3.12'
arch:
- auto
steps:
Expand Down Expand Up @@ -169,23 +169,23 @@ jobs:
install-extras: tests-strict,runtime-strict
os: windows-latest
arch: auto
- python-version: 3.13.0-beta.2
- python-version: '3.12'
install-extras: tests-strict,runtime-strict,optional-strict
os: ubuntu-latest
arch: auto
- python-version: 3.13.0-beta.2
- python-version: '3.12'
install-extras: tests-strict,runtime-strict,optional-strict
os: macOS-latest
arch: auto
- python-version: 3.13.0-beta.2
- python-version: '3.12'
install-extras: tests-strict,runtime-strict,optional-strict
os: windows-latest
arch: auto
- python-version: 3.13.0-beta.2
- python-version: '3.12'
install-extras: tests
os: macOS-latest
arch: auto
- python-version: 3.13.0-beta.2
- python-version: '3.12'
install-extras: tests
os: windows-latest
arch: auto
Expand Down Expand Up @@ -217,10 +217,6 @@ jobs:
install-extras: tests,optional
os: ubuntu-latest
arch: auto
- python-version: 3.13.0-beta.2
install-extras: tests,optional
os: ubuntu-latest
arch: auto
- python-version: pypy-3.9
install-extras: tests,optional
os: ubuntu-latest
Expand Down Expand Up @@ -253,10 +249,6 @@ jobs:
install-extras: tests,optional
os: macOS-latest
arch: auto
- python-version: 3.13.0-beta.2
install-extras: tests,optional
os: macOS-latest
arch: auto
- python-version: pypy-3.9
install-extras: tests,optional
os: macOS-latest
Expand Down Expand Up @@ -289,10 +281,6 @@ jobs:
install-extras: tests,optional
os: windows-latest
arch: auto
- python-version: 3.13.0-beta.2
install-extras: tests,optional
os: windows-latest
arch: auto
- python-version: pypy-3.9
install-extras: tests,optional
os: windows-latest
Expand Down

0 comments on commit 7cd18ec

Please sign in to comment.