Use 3.11 alpha 4

This commit is contained in:
Anthony Sottile 2022-02-11 05:37:07 -08:00 committed by GitHub
parent 9234062545
commit f9f470a6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ jobs:
os: windows-latest os: windows-latest
tox_env: "py310-xdist" tox_env: "py310-xdist"
- name: "windows-py311" - name: "windows-py311"
python: "3.11.0-alpha.3" python: "3.11.0-alpha.4"
os: windows-latest os: windows-latest
tox_env: "py311" tox_env: "py311"
@ -111,7 +111,7 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
tox_env: "py310-xdist" tox_env: "py310-xdist"
- name: "ubuntu-py311" - name: "ubuntu-py311"
python: "3.11.0-alpha.3" python: "3.11.0-alpha.4"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py311" tox_env: "py311"
- name: "ubuntu-pypy3" - name: "ubuntu-pypy3"