test Python 3.7 with GitHub actions

this updates the tests to match the Python version described in the README
pull/381/head
Nicco Kunzmann 2022-08-19 14:47:43 +01:00 zatwierdzone przez GitHub
rodzic debe8eed17
commit ed2875a9a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ jobs:
matrix:
config:
# [Python version, tox env]
- ["3.7", "py37"]
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["3.10", "py310"]