ci: add Python 3.11 dev builds
This commit is contained in:
parent
91648b2315
commit
bc0cfd6fc6
|
@ -76,7 +76,7 @@ jobs:
|
||||||
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
||||||
matrix:
|
matrix:
|
||||||
rust: [stable]
|
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:
|
platform:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue