Bump Python 3.10 in the CI (#1886)
Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
parent
1752e4d672
commit
2212dda7c7
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10.0-rc.1"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user