fix: add .python-version to fix Dependabot uv updates (#4352)

Dependabot's uv updater defaults to Python 3.14.2, which is incompatible
with the project's requires-python constraint (>=3.10, <3.14). Adding
.python-version pins the Python version to 3.13 for dependency updates.

Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
This commit is contained in:
Matt Aitchison
2026-02-03 10:55:01 -06:00
committed by GitHub
parent a3c01265ee
commit fee9445067

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13