8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a52253 commit 3a3114eCopy full SHA for 3a3114e
.github/workflows/build.yml
@@ -51,20 +51,22 @@ jobs:
51
include:
52
# Windows: test old and new Python
53
- os: windows-latest
54
- python: 3.6
+ python: "3.6"
55
56
- python: 3.13
+ python: "3.13"
57
58
- # macOS: test only new Python
+ # macOS: test old and new Python
59
- os: macos-latest
60
- python: 3.12
+ python: "3.8"
61
+ - os: macos-latest
62
63
64
# Ubuntu: test deadsnakes Python versions which are not supported by
65
# GHA python-versions.
66
- os: ubuntu-20.04
67
68
- os: ubuntu-22.04
- python: 3.7
69
+ python: "3.7"
70
71
steps:
72
# https://github.com/actions/checkout
0 commit comments