Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit b21603b

Browse files
committed
3.12
1 parent 29a0c6f commit b21603b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/custom_builds.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- name: Configure Python
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.10"
39+
python-version: "3.12"
4040

4141
# keep in-sync with the other yaml
4242
- name: Cache Conan
@@ -65,7 +65,7 @@ jobs:
6565
- uses: pypa/[email protected]
6666
env:
6767
MACOSX_DEPLOYMENT_TARGET: 10.15
68-
CIBW_BUILD: cp310* cp39* cp38*
68+
CIBW_BUILD: cp312*
6969

7070
- name: Upload wheels
7171
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)