Skip to content

Commit

Permalink
Drop python 3.7 and 3.8 support
Browse files Browse the repository at this point in the history
pyslk does no longer support python <=3.8
  • Loading branch information
observingClouds authored Sep 4, 2023
1 parent 34e9ee7 commit 9e4f1c2
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 @@ -21,7 +21,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.9",
install_requires=[
"fsspec>=0.9.0",
"pyslk @ git+https://gitlab.dkrz.de/hsm-tools/pyslk.git@master",
Expand Down

0 comments on commit 9e4f1c2

Please sign in to comment.