Skip to content

Commit

Permalink
lower required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Jan 28, 2022
1 parent cec4e1b commit 8628867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if __name__ == '__main__':
setuptools.setup(
name="timewise",
version="0.1.5",
version="0.1.6",
author="Jannis Necker",
author_email="[email protected]",
description="A small package to download infrared data from the WISE satellite",
Expand All @@ -26,7 +26,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires='>=3.9',
python_requires='>=3.8',
install_requires=[
"tqdm==4.62.3",
"requests==2.27.1",
Expand Down

0 comments on commit 8628867

Please sign in to comment.