Skip to content

Commit e8556de

Browse files
authored
Merge pull request #91 from DavidCEllis/fix-zipapp-build-dependencies
Also update the test builds to use 3.14
2 parents 5925394 + 5e1bc9c commit e8556de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.10" # build with oldest supported python
21+
python-version: "3.14" # build with oldest supported python
2222
- name: Build the Zipapp
2323
run: >-
2424
python3 scripts/build_zipapp.py

0 commit comments

Comments
 (0)