Skip to content

Commit 58bc154

Browse files
authored
feat: build wheels for cpython 3.12 (#1239)
1 parent cc8feb1 commit 58bc154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- "3.9"
4242
- "3.10"
4343
- "3.11"
44-
- "3.12.0-beta.4"
44+
- "3.12.0-rc.1"
4545
- "pypy-3.7"
4646
os:
4747
- ubuntu-latest
@@ -145,7 +145,7 @@ jobs:
145145
fetch-depth: 0
146146

147147
- name: Build wheels
148-
uses: pypa/cibuildwheel@v2.11.3
148+
uses: pypa/cibuildwheel@v2.15.0
149149
# to supply options, put them in 'env', like:
150150
env:
151151
CIBW_SKIP: cp36-*

0 commit comments

Comments
 (0)