Skip to content

Commit

Permalink
bump required Python version to >=3.7
Browse files Browse the repository at this point in the history
Python version 3.5 reached end of life in September 2020, version 3.6 in
December 2021. This patch drops support for both versions.
  • Loading branch information
gertjanvanzwieten committed Mar 21, 2022
1 parent 7ad6793 commit cd263cf
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 @@ -35,7 +35,7 @@
packages=['nutils', 'nutils.matrix'],
long_description=long_description,
license='MIT',
python_requires='>=3.5',
python_requires='>=3.7',
install_requires=['numpy>=1.17', 'treelog>=1.0b5', 'stringly'],
extras_require=dict(
docs=['Sphinx>=1.6', 'scipy>=0.13', 'matplotlib>=1.3'],
Expand Down

0 comments on commit cd263cf

Please sign in to comment.