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

Commit

Permalink
3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Jun 21, 2024
1 parent 29a0c6f commit b21603b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/custom_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- uses: actions/checkout@v4

- name: Configure Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

# keep in-sync with the other yaml
- name: Cache Conan
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: pypa/[email protected]
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
CIBW_BUILD: cp310* cp39* cp38*
CIBW_BUILD: cp312*

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b21603b

Please sign in to comment.