Skip to content

Commit

Permalink
github: workflows: tests: add python 3.13 to the test matrix
Browse files Browse the repository at this point in the history
Python 3.13 has been declared stable on Oct 7, 2024 so start testing
against it.
  • Loading branch information
mnamici committed Nov 20, 2024
1 parent 3fab2a5 commit 2b56980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
python-version: '3.9'
pyqt-version: '514'

- os: ubuntu-latest
python-version: '3.9'
pyqt-version: '515'
Expand All @@ -30,8 +26,8 @@ jobs:
python-version: '3.12'
pyqt-version: '515'

- os: macos-latest
python-version: '3.10'
- os: ubuntu-latest
python-version: '3.13'
pyqt-version: '515'

- os: macos-latest
Expand All @@ -42,6 +38,10 @@ jobs:
python-version: '3.12'
pyqt-version: '515'

- os: macos-latest
python-version: '3.13'
pyqt-version: '515'

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2b56980

Please sign in to comment.