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

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 3a3114e

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,22 @@ jobs:
5151
include:
5252
# Windows: test old and new Python
5353
- os: windows-latest
54-
python: 3.6
54+
python: "3.6"
5555
- os: windows-latest
56-
python: 3.13
56+
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.8"
61+
- os: macos-latest
62+
python: "3.13"
6163

6264
# Ubuntu: test deadsnakes Python versions which are not supported by
6365
# GHA python-versions.
6466
- os: ubuntu-20.04
65-
python: 3.6
67+
python: "3.6"
6668
- os: ubuntu-22.04
67-
python: 3.7
69+
python: "3.7"
6870

6971
steps:
7072
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)
0