Add support for Python 3.10, drop Python 3.5
- Add support for Python 3.10 released on 2021-10-04 - Drop support for Python 3.5 since it has reached end-of-life
This commit is contained in:
committed by
Adrien Vergé
parent
f2e2e0c366
commit
11e8d8ff37
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -32,11 +32,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- nightly
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user