Skip to content

Commit 5925394

Browse files
authored
Merge pull request #90 from DavidCEllis/fix-zipapp-build-dependencies
Build the zipapp with python 3.14
2 parents 1b639c0 + 8156d26 commit 5925394

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/build_zipapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: "3.10" # build with oldest supported python
20+
python-version: "3.14" # Build with 3.14 to ensure reannotate is included
2121
- name: Build the Zipapp
2222
run: >-
2323
python3 scripts/build_zipapp.py

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ dev = [
4646
"mypy>=1.16",
4747
]
4848

49+
zipapp = ["pip>=26.0"]
50+
4951
[tool.setuptools.packages.find]
5052
where = ["src"]
5153

uv.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)