Try build with python3.8

pull/193/head
Holger Müller 2020-06-27 15:47:41 +02:00
rodzic 298b5134bf
commit 73f968a47b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, ]
python-version: [3.8, ]
steps:
- uses: actions/checkout@v2