Merge pull request #2117 from davidhewitt/python-3.11

ci: add Python 3.11 dev builds
This commit is contained in:
David Hewitt 2022-01-21 00:59:58 +00:00 committed by GitHub
commit 0c929e89b5
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.7, 3.8, 3.9, "3.10", pypy-3.7, pypy-3.8]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.7", "pypy-3.8"]
platform:
[
{