Drop support for python3.6 (#444)
This commit is contained in:
committed by
GitHub
parent
0adcc9020c
commit
1b1bd47cb1
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -16,10 +16,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [Ubuntu, MacOS, Windows]
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
exclude:
|
||||
- os: Windows
|
||||
python-version: 3.6
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Reference in New Issue
Block a user