Skip to content

Commit

Permalink
Force latest version of Python in wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Oct 25, 2023
1 parent 63981a8 commit 83f1415
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.12'

- uses: actions/checkout@v3

- name: Build wheels
Expand Down

0 comments on commit 83f1415

Please sign in to comment.