Skip to content

Commit 7b9e8e1

Browse files
committed
Test on Python 3.11 final
1 parent a04dfef commit 7b9e8e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.8", "pypy-3.9"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"]
1818
include:
1919
- os: macos-latest
2020
python-version: "3.7"
2121
- os: windows-latest
2222
python-version: "3.7"
2323
- os: macos-latest
24-
python-version: "3.10"
24+
python-version: "3.11"
2525
- os: windows-latest
26-
python-version: "3.10"
26+
python-version: "3.11"
2727
- os: macos-latest
2828
python-version: "pypy-3.9"
2929
- os: windows-latest

0 commit comments

Comments
 (0)