Skip to content

Commit

Permalink
Build using Python 3.11
Browse files Browse the repository at this point in the history
3.12 has removed the "imp" module which is used, so cannot use the latest version for now.
  • Loading branch information
walliski authored Nov 7, 2023
1 parent 40e2e51 commit fca3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setting up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Setting up ambuild
run: |
Expand Down

0 comments on commit fca3921

Please sign in to comment.