Skip to content

Commit

Permalink
Update the python used to build
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-okeefe authored Dec 9, 2024
1 parent e4f7532 commit d76bb76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: "3.10"
# NOTE: future versions of cibuildwheel need python 3.11+
python-version: "3.11"

- name: install Python dependencies
run: pip install -U setuptools wheel twine cibuildwheel pytest
Expand Down

0 comments on commit d76bb76

Please sign in to comment.