Skip to content

Commit

Permalink
Remove cap from Python version support
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
mfisher87 and weiji14 authored Aug 15, 2024
1 parent 6f84616 commit 97c765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Python tools for obtaining and working with ICESat-2 data"
license = {file = "LICENSE"}
readme = "README.rst"

requires-python = "~=3.7"
requires-python = ">=3.7"
dynamic = ["version"]

authors = [
Expand Down

0 comments on commit 97c765e

Please sign in to comment.