Skip to content

Commit

Permalink
Upgrading requirements to Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrzlprmft committed Dec 22, 2021
1 parent b84d199 commit 3062681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = 'synergy_file_reader',
description = 'A Python parser of files generated by Synergy plate readers',
long_description = open('README.md', encoding='utf8').read(),
python_requires = ">=3.6",
python_requires = ">=3.7",
packages = ['synergy_file_reader'],
install_requires = ['numpy'],
setup_requires = ['setuptools_scm','pytest-runner'],
Expand Down

0 comments on commit 3062681

Please sign in to comment.