Skip to content

Commit

Permalink
Use Python 3.11
Browse files Browse the repository at this point in the history
Python 3.12 had a breaking change which breezy is not compatible with.
  • Loading branch information
Flamefire committed Jan 17, 2025
1 parent ef1b918 commit 7447dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/synchronize-launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
venv_dir="/tmp/venv"
Expand Down

0 comments on commit 7447dcc

Please sign in to comment.