Skip to content

Commit

Permalink
Fixed setup.cfg with correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Jun 24, 2022
1 parent 9716912 commit 5922a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
install_requires =
numpy ~=1.22
Expand Down

0 comments on commit 5922a49

Please sign in to comment.