update PR tests
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos-10.15]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -59,8 +59,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- python-version: 3.5
|
||||
env: py35-setup
|
||||
- python-version: 3.6
|
||||
env: py36-setup
|
||||
- python-version: 3.7
|
||||
@@ -69,6 +67,8 @@ jobs:
|
||||
env: py38-setup
|
||||
- python-version: 3.9
|
||||
env: py39-setup
|
||||
- python-version: '3.10'
|
||||
env: py39-setup
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user