Skip to content

Commit 5e446f7

Browse files
authored
Use stable Python 3.11 in tests (#641)
1 parent c20074d commit 5e446f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os: [Ubuntu, Windows, macOS]
2525
python_version:
26-
["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy3.7", "pypy3.8", "pypy3.9"]
26+
["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"]
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)