From 5d3d8a16c9d640eace5c95aaf63d51b2083ca980 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Tue, 9 Jan 2024 11:22:20 +0000 Subject: [PATCH] Remove python 3.12 again cloud-volume is still incompatible. See here https://github.com/seung-lab/cloud-volume/issues/606 --- .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 db9226de..536e696a 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