8000 tests: use 3.11 final · pypa/cibuildwheel@dfb3e62 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfb3e62

Browse files
authored
tests: use 3.11 final
1 parent 56c8fac commit dfb3e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
os: [ubuntu-18.04, windows-latest, macos-11]
41-
python_version: ['~3.11.0-0']
41+
python_version: ['3.11']
4242
timeout-minutes: 180
4343
steps:
4444
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0