From e942949cea889a41519a61280642e82e6b9b5543 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Tue, 9 Jan 2024 11:11:53 +0000 Subject: [PATCH] Add python 3.12 Previously blocked by a dependency of cloud-volume, now fixed https://github.com/seung-lab/compresso/commit/97d2462d91d5a01e6c50f8e90ec5027169d0f1a4 --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 536e696a..db9226de 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -11,7 +11,7 @@ jobs: - "3.9" - "3.10" - "3.11" - # - "3.12" + - "3.12" igraph: ["igraph", "no-igraph"] steps: # This cancels any such job that is still runnning