Merge pull request #1936 from davidhewitt/stable-python-3.10
ci: use stable Python 3.10
This commit is contained in:
commit
ace68b3044
|
@ -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:
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue