We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8feb1 commit 58bc154Copy full SHA for 58bc154
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- "3.9"
42
- "3.10"
43
- "3.11"
44
- - "3.12.0-beta.4"
+ - "3.12.0-rc.1"
45
- "pypy-3.7"
46
os:
47
- ubuntu-latest
@@ -145,7 +145,7 @@ jobs:
145
fetch-depth: 0
146
147
- name: Build wheels
148
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.15.0
149
# to supply options, put them in 'env', like:
150
env:
151
CIBW_SKIP: cp36-*
0 commit comments