Skip to content

Commit

Permalink
Merge pull request #3 from guiwitz/addpy37
Browse files Browse the repository at this point in the history
add python 3.7 thanks to aicsimageio 4.0.3
  • Loading branch information
guiwitz authored Jul 7, 2021
2 parents 306f7bb + b8761e1 commit 6cb5318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Expand All @@ -29,7 +30,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.7
install_requires =
numpy
scikit-image
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39}-{linux,macos,windows}
envlist = py{37,38,39}-{linux,macos,windows}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39

Expand Down

0 comments on commit 6cb5318

Please sign in to comment.