mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
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:
@@ -0,0 +1 @@
|
||||
3.14
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user