From 8a491b2c7cdf60824af5cda52e8bbb53e403724f Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 11 Nov 2024 06:09:05 +0000 Subject: [PATCH] Remove 3.13 tests due to pyproj issue --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56e3ac9..e621f1c 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"] # , "3.13" # waiting on pyproj + python-version: ["3.9", "3.10", "3.11", "3.12"] # , "3.13" # waiting on pyproj resolution: ["highest", "lowest-direct"] fail-fast: false max-parallel: 10