Skip to content

Commit 8fb626d

Browse files
committed
3.12 added
1 parent 5ad88da commit 8fb626d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build manylinux Python wheels
2525
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_x86_64
2626
with:
27-
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
27+
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
2828
build-requirements: 'pybind11'
2929

3030
- name: Upload wheels
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
platform:
4343
- macos-latest
44-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
44+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
4545

4646
steps:
4747
- uses: actions/checkout@v2
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
platform:
7272
- windows-latest
73-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
73+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
7474

7575
steps:
7676
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)