Skip to content

Commit 0dfbfb8

Browse files
committed
It really must be literally 39.
1 parent 9f2b840 commit 0dfbfb8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
python:
38-
- 3.9
38+
- 39
3939
platform:
4040
- windows-latest
4141
runs-on: ${{ matrix.platform }}
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
platform: x86_64
4848
packages: >-
49-
python${{ matrix.python//.// }},
50-
python${{ matrix.python//.// }}-devel,
51-
python${{ matrix.python//.// }}-pytest,
49+
python${{ matrix.python }},
50+
python${{ matrix.python }}-devel,
51+
python${{ matrix.python }}-pytest,
5252
gcc-core,
5353
gcc-g++,
5454
ncompress

0 commit comments

Comments
 (0)