We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5925394 + 5e1bc9c commit e8556deCopy full SHA for e8556de
1 file changed
.github/workflows/test_builds.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
21
- python-version: "3.10" # build with oldest supported python
+ python-version: "3.14" # build with oldest supported python
22
- name: Build the Zipapp
23
run: >-
24
python3 scripts/build_zipapp.py
0 commit comments