Skip to content

Commit

Permalink
Python 3.10 might be the minimum for arm64 on Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Jan 8, 2024
1 parent 5cb1233 commit cddefe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildjet_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: buildjet/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
- name: Build wheel
run: |
apt install swig libgsl-dev
Expand Down

0 comments on commit cddefe7

Please sign in to comment.