From 4d5c78a54a1f159da34c83bdc43c42d0c3e7fea6 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Sat, 21 Dec 2024 06:26:38 +0000 Subject: [PATCH] Update lockfile --- .github/workflows/main.yml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf7f521..fc610d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] # , "3.13" # waiting on pyproj + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] resolution: ["highest", "lowest-direct"] fail-fast: false max-parallel: 10 diff --git a/uv.lock b/uv.lock index ccd8704..ccc045f 100644 --- a/uv.lock +++ b/uv.lock @@ -718,7 +718,7 @@ wheels = [ [[package]] name = "eo-tides" -version = "0.3.1" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "colorama" },