Fix uv config — use .python-version for 3.14 pin

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 12:54:55 -04:00
parent 3c9f5f2962
commit c4c29b7981
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
3.14
-3
View File
@@ -14,9 +14,6 @@ dependencies = [
[tool.uv]
python-preference = "only-managed"
[tool.uv.python]
version = "3.14"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"