Skip to content

Commit ca536f9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)