Drop support for Python 3.6
Python 3.6 reached end-of-life on 2021-12-23. https://peps.python.org/pep-0494/
This commit is contained in:
committed by
GitHub
parent
a5adec1570
commit
e8391de711
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@@ -34,7 +34,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
|
||||
Reference in New Issue
Block a user