From cb4325bf9ae0cf41a66451ec1ce6abe7a0a735fe Mon Sep 17 00:00:00 2001 From: Tim-Oliver Buchholz Date: Mon, 9 Oct 2023 13:22:52 +0200 Subject: [PATCH 1/2] Add mobie dependency to setup.py. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2ec2583e..3ec37ddf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ install_requires = fsspec<=2023.6.0 imagecodecs matplotlib + mobie@git+https://github.com/mobie/mobie-utils-python@0.4.5 numpy ome-zarr pandas From 7eee186e08e72596534dbea3fb30caef14b47b12 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Buchholz Date: Mon, 9 Oct 2023 13:23:07 +0200 Subject: [PATCH 2/2] Add Python 3.11 to test-matrix. --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fd31a170..e3e5b73a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -24,7 +24,7 @@ jobs: matrix: # platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest] - python-version: [3.9, '3.10'] + python-version: [3.9, '3.10', '3.11'] steps: - uses: actions/checkout@v2