change: remove compatibility with 2.7/3.5
This commit is contained in:
parent
d9370cfc09
commit
e45f647fd5
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 6
|
||||
matrix:
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
|
||||
|
||||
steps:
|
||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 12
|
||||
matrix:
|
||||
python-version: [2.7, 3.5, 3.6, 3.7] # TODO: 3.8
|
||||
python-version: [3.6, 3.7] # TODO: 3.8
|
||||
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue