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 b976083 commit d76b214Copy full SHA for d76b214
.github/workflows/tests+artifacts+pypi.yml
@@ -22,7 +22,9 @@ jobs:
22
- platform: ubuntu-latest
23
python-version: "3.7"
24
- platform: windows-latest
25
- python-version: ["3.8", "3.10"]
+ python-version: "3.8"
26
+ - platform: windows-latest
27
+ python-version: "3.10"
28
runs-on: ${{ matrix.platform }}
29
steps:
30
- if: matrix.platform == 'macos-latest'
0 commit comments