feat: build wheels for cpython 3.12 (#1239) · python-zeroconf/python-zeroconf@58bc154

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-*