Skip to content

Commit 783280c

Browse files
committed
Run Windows, Mac and coverage jobs on upper-bound Py3.13 not 3.12
1 parent 498f9ba commit 783280c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- QT_LIB: 'pyqt6'
5151
QT_DEPS: 'pyqt6!=6.4.0 pyqt6-qt6!=6.4.0'
5252
- RUNNER_OS: 'ubuntu'
53-
PYTHON_VERSION: '3.12'
53+
PYTHON_VERSION: '3.13'
5454
COVERAGE: 'True'
5555
COVERAGE_DEPS: 'coveralls pytest-cov'
5656
PYTEST_COVERAGE_ARGS: '--cov=qtconsole'
@@ -64,7 +64,7 @@ jobs:
6464
- RUNNER_OS: 'windows'
6565
PYTHON_VERSION: '3.11'
6666
- RUNNER_OS: 'windows'
67-
PYTHON_VERSION: '3.13'
67+
PYTHON_VERSION: '3.12'
6868
- RUNNER_OS: 'windows'
6969
INSTALL_TYPE: 'pip'
7070
- RUNNER_OS: 'windows'
@@ -74,7 +74,7 @@ jobs:
7474
- RUNNER_OS: 'macos'
7575
PYTHON_VERSION: '3.11'
7676
- RUNNER_OS: 'macos'
77-
PYTHON_VERSION: '3.13'
77+
PYTHON_VERSION: '3.12'
7878
- RUNNER_OS: 'macos'
7979
INSTALL_TYPE: 'pip'
8080
- RUNNER_OS: 'macos'

0 commit comments

Comments
 (0)