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 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