Skip to content

Commit 4c137b6

Browse files
committed
nit - pyproject.toml - requires-python="~=3.9.0"
1 parent 4395b3a commit 4c137b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
55
authors = [{name = "NASA uPSP developers"}]
66
license = {file = "LICENSE.txt"}
77
dynamic = ["version"]
8-
requires-python = "=3.9"
8+
requires-python = "~=3.9.0"
99
dependencies = [
1010
"matplotlib",
1111
"numpy",

0 commit comments

Comments
 (0)