Merge pull request #1947 from davidhewitt/msrv-python-3.10
ci: test MSRV and coverage with Python 3.10
This commit is contained in:
commit
fc6b4d1021
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -122,7 +122,7 @@ jobs:
|
|||
}
|
||||
# Test minimal supported Rust version
|
||||
- rust: 1.41.1
|
||||
python-version: 3.9
|
||||
python-version: "3.10"
|
||||
platform:
|
||||
{
|
||||
os: "ubuntu-latest",
|
||||
|
@ -267,6 +267,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue