Skip to content

Commit

Permalink
pin python to 3.11 for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 2, 2023
1 parent 734e11f commit 10e0236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.10.11
python-version: 3.11.4 # only version available for 22.04
- run: pip install -U twine toml
- run: python tools/patch_package_version.py
- name: Build wheels - Linux aarch64
Expand Down

0 comments on commit 10e0236

Please sign in to comment.