Merge pull request #1947 from davidhewitt/msrv-python-3.10

ci: test MSRV and coverage with Python 3.10
This commit is contained in:
David Hewitt 2021-10-24 15:55:23 +01:00 committed by GitHub
commit fc6b4d1021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |