10000 Test on Python 3.11 final (#488) · IBMZ-Linux-OSS-Python/anyio@bd59a21 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd59a21

Browse files
authored
Test on Python 3.11 final (agronholm#488)
1 parent 1dabfd8 commit bd59a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest, macos-latest, windows-latest]
31-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", pypy-3.8]
31+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.8]
3232
exclude:
3333
- os: macos-latest
3434
python-version: "3.8"
3535
- os: macos-latest
3636
python-version: "3.9"
3737
- os: macos-latest
38-
python-version: "3.11-dev"
38+
python-version: "3.11"
3939
- os: macos-latest
4040
python-version: pypy-3.8
4141
- os: windows-latest
4242
python-version: "3.8"
4343
- os: windows-latest
4444
python-version: "3.9"
4545
- os: windows-latest
46-
python-version: "3.11-dev"
46+
python-version: "3.10"
4747
- os: windows-latest
4848
python-version: pypy-3.8 # https://github.com/python-trio/trio/issues/1361
4949
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
0