Skip to content

Commit eb6ed32

Browse files
committed
use 3.11, not 3.11-dev
1 parent ed64cfe commit eb6ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu, macos, windows]
35-
python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
35+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
3636

3737
env:
3838
PYTHON: ${{ matrix.python }}

0 commit comments

Comments
 (0)