From aa6747d444074f83fb48f29da1fa7ef3898b80c7 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 27 Oct 2025 12:38:55 +0800 Subject: [PATCH] pin python version --- .python-version | 1 + uv.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..2c07333 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/uv.lock b/uv.lock index 7058cf5..1f8866b 100644 --- a/uv.lock +++ b/uv.lock @@ -1783,7 +1783,7 @@ wheels = [ [[package]] name = "routstr" -version = "0.1.5" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },