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

Skip to content

Commit 4c2e17d

Browse files
authored
GHA: don't test old Python on macOS (#100)
1 parent 9d14fad commit 4c2e17d

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