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 9f2b840 commit 0dfbfb8Copy full SHA for 0dfbfb8
1 file changed
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
python:
38
- - 3.9
+ - 39
39
platform:
40
- windows-latest
41
runs-on: ${{ matrix.platform }}
@@ -46,9 +46,9 @@ jobs:
46
with:
47
platform: x86_64
48
packages: >-
49
- python${{ matrix.python//.// }},
50
- python${{ matrix.python//.// }}-devel,
51
- python${{ matrix.python//.// }}-pytest,
+ python${{ matrix.python }},
+ python${{ matrix.python }}-devel,
+ python${{ matrix.python }}-pytest,
52
gcc-core,
53
gcc-g++,
54
ncompress
0 commit comments