Skip to content

Commit

Permalink
Update supported Python versions (#27)
Browse files Browse the repository at this point in the history
* Update supported Python versions

* Update PyPI version
  • Loading branch information
elaubsch authored May 31, 2022
1 parent 0c367ec commit c52fdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepcell_spots/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = 'DeepCell-Spots'
__description__ = 'Deep learning for fluorescent spot detection'
__url__ = 'https://github.com/vanvalenlab/deepcell-spots'
__version__ = '0.3.0'
__version__ = '0.3.1'
__download_url__ = '{}/tarball/{}'.format(__url__, __version__)
__author__ = 'The Van Valen Lab'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
},
packages=find_packages(),
python_requires='>=3.6, <3.9',
python_requires='>=3.7, <3.10',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit c52fdc7

Please sign in to comment.