Skip to content

Commit

Permalink
fix python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Feb 2, 2024
1 parent 5b51308 commit 5482e3b
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 @@
'Programming Language :: Python :: 3.11',
],

python_requires='>=3.8',
python_requires='>=3.9',

install_requires=[
'asf_search>=3.0.4',
Expand Down

0 comments on commit 5482e3b

Please sign in to comment.