Remove 3.5 from test suite

It was deprecated by the build suite.
pull/230/head
Rui Carmo 2022-02-05 15:39:15 +00:00 zatwierdzone przez GitHub
rodzic 569cfeda90
commit bb8726afdf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ jobs:
matrix:
# This is currently overkill since we are targeting 3.5
# but affords us visibility onto syntax changes in newer Pythons
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.1]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.1]
steps:
- uses: actions/checkout@v1