use python3.9 for coverage

pull/432/head
Holger Müller 2021-09-21 07:54:49 +02:00
rodzic 4b705d0d88
commit 1c9eeb6db3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -15,11 +15,11 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, ]
# python-version: [3.7, 3.8]
python-version: [3.7, ]
python-version: [3.9, ]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}