Skip to content

Commit 4ebfc54

Browse files
Reapply "Pin local Python version to lowest supported (#351)" (#375)
This reverts commit fb15875. When working through #384 without a pin set, running `make` would default to Python 3.13 locally. (Not sure if this is a `uv` version thing, or what.) I think it's best to keep this pinned in Python libraries to the lowest supported Python version to avoid confusion, especially since we don't specify a `uv` version to use (for now).
1 parent 04469d0 commit 4ebfc54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.9

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
license = "Apache-2.0"
1010
license-files = ["LICENSE"]
1111
keywords = ["validate", "protobuf", "protocol buffer"]
12+
# Keep our minimum version synced with ./.python-version.
1213
requires-python = ">=3.9"
1314
classifiers = [
1415
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)