Skip to content

Commit 04eca65

Browse files
authored
Build wheels with python 3.11, targeting 3.7 (#9439)
* Build wheels with python 3.10, targeting 3.7 * Update wheel-builder.yml * Update wheel-builder.yml * Update wheel-builder.yml
1 parent e00346c commit 04eca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
PYTHON:
61-
- { VERSION: "cp37-cp37m", ABI_VERSION: 'cp37' }
61+
- { VERSION: "cp311-cp311", ABI_VERSION: 'cp37' }
6262
- { VERSION: "pp39-pypy39_pp73" }
6363
- { VERSION: "pp310-pypy310_pp73" }
6464
MANYLINUX:

0 commit comments

Comments
 (0)