Skip to content

Commit

Permalink
build: specified minimum python version in setup.py (bump version)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Feb 15, 2023
1 parent 96080ff commit 508bc9d
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 @@ -78,7 +78,7 @@ def read(*names, **kwargs):
"thermal environment",
"built environment",
],
python_requires=">=3.6.*",
python_requires=">=3.6.0",
install_requires=[
"scipy",
"numba",
Expand Down

0 comments on commit 508bc9d

Please sign in to comment.