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 10ded64 commit c92193bCopy full SHA for c92193b
1 file changed
.github/workflows/install.yml
@@ -18,10 +18,11 @@ jobs:
18
19
exclude: # python <= 3.7 no longer supported in latest operating systems
20
- python-version: "3.7"
21
- include: # use older macos for python 3.7
+ include:
22
+ # use older macos for python 3.7
23
24
os: macos-13
- include: # use older ubuntu for python 3.7
25
+ # use older ubuntu for python 3.7
26
27
os: ubuntu-20.04
28
0 commit comments