ci: use stable Python 3.10

This commit is contained in:
David Hewitt 2021-10-19 23:16:15 +01:00
parent 7349513f5b
commit eacc70310a
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:
[
{