From c4e0c2590b81f5ae75afca990e808a3d4886b4d3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 6 May 2025 09:45:39 -0500 Subject: [PATCH] Commit the `uv.lock` and `.python-version` files (#61) --- .python-version | 1 + uv.lock | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .python-version create mode 100644 uv.lock diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..24ee5b1 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13 diff --git a/uv.lock b/uv.lock new file mode 100644 index 0000000..5de84ae --- /dev/null +++ b/uv.lock @@ -0,0 +1,8 @@ +version = 1 +revision = 2 +requires-python = ">=3.8" + +[[package]] +name = "ty" +version = "0.0.0a4" +source = { editable = "." }