Skip to content

Commit

Permalink
Python version fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Mar 4, 2024
1 parent bb4881c commit ff84112
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 @@ -28,7 +28,7 @@
"rabbitmq": ["pika"],
"thredds": ["siphon"],
},
python_requires=">=3.9",
python_requires=">=3.8",
tests_require=["pytest"],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit ff84112

Please sign in to comment.