Skip to content

Commit

Permalink
Upgrade Python from 3.9 to 3.10
Browse files Browse the repository at this point in the history
GitHub Actions only offers Python 3.10+ bindists on AArch64 macOS runners.
  • Loading branch information
RyanGlScott committed Feb 4, 2024
1 parent f7b2395 commit 188be8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'

- name: Install Python libraries
run: |
Expand Down

0 comments on commit 188be8c

Please sign in to comment.