Skip to content

Commit

Permalink
TEST: Perform tests with Python 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit committed Sep 17, 2024
1 parent 79c6d92 commit fced4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.6", "3.7", "3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

include:
- flake8-python-git-tag: ""
Expand Down Expand Up @@ -38,11 +38,11 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install 'flake8${{ matrix.flake8-python-git-tag }}' 'pooch${{ matrix.pooch-python-git-tag }}' 'pytest${{ matrix.pytest-python-git-tag }}'
pip install --upgrade 'large-image[bioformats,ometiff,openjpeg,openslide,tiff]' 'scikit_image' --find-links https://girder.github.io/large_image_wheels
pip install --upgrade typing-extensions
- name: Install histomics_stream
run: |
pip install .[tensorflow,torch,zarr]
pip install --upgrade typing-extensions
- name: Lint with flake8
run: |
Expand Down

0 comments on commit fced4ca

Please sign in to comment.