Skip to content

Commit a8c09cf

Browse files
committed
Use official py311 for testing
1 parent 370c6cd commit a8c09cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
18+
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1919
os: [ubuntu-latest, windows-latest]
2020
include:
2121
- python: "3.7"
@@ -26,7 +26,7 @@ jobs:
2626
tox_env: "py39"
2727
- python: "3.10"
2828
tox_env: "py310"
29-
- python: "3.11-dev"
29+
- python: "3.11"
3030
tox_env: "py311"
3131

3232
steps:

0 commit comments

Comments
 (0)