diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:19:59 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:19:59 -0500 |
| commit | 0dfbfb81c67708aa55aa35bf612bd6769eb4eaa4 (patch) | |
| tree | 7a56b862f8c03bac5f4d405753ca836fa1d47d81 /.github/workflows | |
| parent | 9f2b840b218b6f46ede9d75b3c79db1042b433dd (diff) | |
| download | python-setuptools-git-0dfbfb81c67708aa55aa35bf612bd6769eb4eaa4.tar.gz | |
It really must be literally 39.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e404559b..37087511 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: python: - - 3.9 + - 39 platform: - windows-latest runs-on: ${{ matrix.platform }} @@ -46,9 +46,9 @@ jobs: with: platform: x86_64 packages: >- - python${{ matrix.python//.// }}, - python${{ matrix.python//.// }}-devel, - python${{ matrix.python//.// }}-pytest, + python${{ matrix.python }}, + python${{ matrix.python }}-devel, + python${{ matrix.python }}-pytest, gcc-core, gcc-g++, ncompress |
