8000 GHA: don't test old Python on macOS · python/pythoncapi-compat@0935457 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0935457

Browse files
committed
GHA: don't test old Python on macOS
1 parent 9d14fad commit 0935457

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
- os: windows-latest
5757
python: 3.12
5858

59-
# macOS: test old and new Python
60-
- os: macos-latest
61-
python: 3.6
59+
# macOS: test only new Python
6260
- os: macos-latest
6361
python: 3.12
6462

0 commit comments

Comments
 (0)
0