use python3.9 for windows build pipeline

pull/415/head
Holger Müller 2021-06-29 20:30:04 +02:00
rodzic e2460ff9e0
commit 827be56a08
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
architecture: ${{ matrix.arch }}
- name: Install dependencies and pyinstall
run: |