Skip to content

Commit

Permalink
updating python versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Feb 29, 2024
1 parent 5dc7839 commit 3155972
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest]
python: ["3.9", "3.10"]
python: ["3.10", "3.11"]
backend: [pyqt5]
include:
- python: 3.9
- python: 3.11
platform: windows-latest
backend: pyqt5
- python: 3.9
- python: 3.11
platform: macos-latest
backend: pyside2
- python: 3.9
- python: 3.11
platform: ubuntu-latest
backend: pyqt6
- python: 3.9
- python: 3.11
platform: ubuntu-latest
backend: pyside2
- python: 3.9 # only this run execute coverage
- python: 3.11 # only this run execute coverage
platform: ubuntu-latest
backend: pyside6
coverage: true
Expand Down

0 comments on commit 3155972

Please sign in to comment.