8000 GHA: Test more Python versions on macOS · python/pythoncapi-compat@de3b3b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit de3b3b5

Browse files
committed
GHA: Test more Python versions on macOS
1 parent 8a52253 commit de3b3b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ jobs:
5555
- os: windows-latest
5656
python: 3.13
5757

58-
# macOS: test only new Python
58+
# macOS: test old and new Python
5959
- os: macos-latest
60-
python: 3.12
60+
python: 3.6
61+
- os: macos-latest
62+
python: 3.13
6163

6264
# Ubuntu: test deadsnakes Python versions which are not supported by
6365
# GHA python-versions.

0 commit comments

Comments
 (0)
0