Skip to content

Commit

Permalink
Merge branch 'master' into 340-read_histology_profiletemplate=fslr32k…
Browse files Browse the repository at this point in the history
…-gives-error-in-h5_filegettemplate
  • Loading branch information
zihuaihuai authored Sep 26, 2024
2 parents dfe5194 + 2ad1b3a commit 4051c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest]
python-version: [3.9]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"Topic :: Scientific/Engineering",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.7",
python_requires=">=3.9",
install_requires=[
"abagen>=0.1",
"brainspace>=0.1.2",
Expand Down

0 comments on commit 4051c8a

Please sign in to comment.