change: remove compatibility with 2.7/3.5

This commit is contained in:
debugtalk
2020-02-21 19:34:28 +08:00
parent d6acdfdc69
commit c7684101ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy: strategy:
max-parallel: 6 max-parallel: 6
matrix: 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 os: [ubuntu-latest, macos-latest] # TODO: windows-latest
steps: steps:
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy: strategy:
max-parallel: 12 max-parallel: 12
matrix: 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 os: [ubuntu-latest, macos-latest] # TODO: windows-latest
steps: steps: