Skip to content

Commit 3c2336f

Browse files
committed
Use Python 3.10
Python 3.11 had a breaking change which breezy is not compatible with.
1 parent c1b6f2d commit 3c2336f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/synchronize-launchpad.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
upload:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.10'
1619
- name: Install dependencies
1720
run: |
1821
venv_dir="/tmp/venv"

0 commit comments

Comments
 (0)