Skip to content

Commit

Permalink
Merge pull request #10 from simonrp84/update-python-minimum-version
Browse files Browse the repository at this point in the history
Update minimum version of python.
  • Loading branch information
simonrp84 authored Aug 22, 2023
2 parents f916cb1 + 6d0a291 commit 2efcefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers =
package_dir =
=.
packages = find:
python_requires = >=3.8
python_requires = >=3.9
install_requires =
numpy>=1.21.2
scipy>=1.7.1
Expand All @@ -35,4 +35,4 @@ install_requires =
where=.

[flake8]
max-line-length=120
max-line-length=120

0 comments on commit 2efcefd

Please sign in to comment.