Merge pull request #1936 from davidhewitt/stable-python-3.10

ci: use stable Python 3.10
This commit is contained in:
David Hewitt 2021-10-20 09:13:50 +01:00 committed by GitHub
commit ace68b3044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
fail-fast: false # If one platform fails, allow the rest to keep testing.
matrix:
rust: [stable]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy-3.6, pypy-3.7]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy-3.6, pypy-3.7]
platform:
[
{