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 8c6e900 commit af94af8Copy full SHA for af94af8
.github/workflows/tests+artifacts+pypi.yml
@@ -17,10 +17,13 @@ jobs:
17
strategy:
18
matrix:
19
platform: [ubuntu-latest, macos-latest, windows-latest]
20
- python-version: ["3.8", "3.10"]
+ python-version: ["3.7", "3.8", "3.10"]
21
+ exclude:
22
+ - platform: ubuntu-latest
23
+ python-version: "3.7"
24
exclude:
25
- platform: windows-latest
- python-version: "3.10"
26
+ python-version: ["3.8", "3.10"]
27
runs-on: ${{ matrix.platform }}
28
steps:
29
- if: matrix.platform == 'macos-latest'
0 commit comments