Skip to content

Commit

Permalink
Revert "[tmp][CI] Only test Python 3.13"
Browse files Browse the repository at this point in the history
This reverts commit 53ebb63.
  • Loading branch information
mxmlnkn committed Oct 6, 2024
1 parent 71ebd71 commit 1e0c98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

strategy:
matrix:
os: ['ubuntu-latest']
os: ['macos-13', 'ubuntu-latest']
# macos-13 / macos-latest does not work anymore because the dependencies don't have any wheels,
# probably because it is M1 based.
# ToDo: Add windows-latest but it requires a lot of setup of the dependencies!
Expand All @@ -87,7 +87,7 @@ jobs:
# 3.12 was released 2023-10-02 and end-of-life will be 2028-10
# 3.13 is to be released 2024-10
# 3.14 is to be released 2025-10
python-version: ['3.12']
python-version: ['3.8', '3.12', '3.13.0-rc.3']
include:
- os: ubuntu-latest
python-version: '3.14.0-alpha.0'
Expand Down

0 comments on commit 1e0c98d

Please sign in to comment.