Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup_primer_project.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env -S uv run --script
#
# /// script
# requires-python = ">=3.10"
# requires-python = ">=3.11"
Copy link
Copy Markdown
Contributor Author

@sharkdp sharkdp Mar 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that this was not a problem before (like, even when it was pinned using rev = … here) 🤔

mypy_primer requires 3.11 here: https://github.com/hauntsaninja/mypy_primer/blob/05f73ec3d85bb4f55676f3c57f2c3e5136228977/pyproject.toml#L7

# dependencies = ["mypy-primer"]
#
# [tool.uv.sources]
Expand Down
11 changes: 11 additions & 0 deletions scripts/setup_primer_project.py.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version = 1
revision = 3
requires-python = ">=3.11"

[manifest]
requirements = [{ name = "mypy-primer", git = "https://github.com/hauntsaninja/mypy_primer" }]

[[package]]
name = "mypy-primer"
version = "0.1.0"
source = { git = "https://github.com/hauntsaninja/mypy_primer#05f73ec3d85bb4f55676f3c57f2c3e5136228977" }
Loading