We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb30fdd commit e3f1670Copy full SHA for e3f1670
.github/workflows/pythonpublish.yaml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
python-version: ['3.11']
18
- os: [ubuntu-20.04, windows-2019, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up Python ${{ matrix.python-version }}
@@ -36,7 +36,7 @@ jobs:
36
- name: Build wheels
37
run: python -m cibuildwheel --output-dir dist/
38
env:
39
- CIBW_BUILD: "cp38* cp39* cp310* cp311*"
+ CIBW_BUILD: "cp38* cp39* cp310* cp311* cp312*"
40
CIBW_SKIP: "*_i686 *win32 *musllinux* pp*"
41
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
42
CIBW_TEST_REQUIRES: "pytest"
0 commit comments