Skip to content

Commit

Permalink
Increase minimum python to 3.9 to match SALib
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 4, 2024
1 parent 75a7025 commit 850a00c
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 @@ -10,7 +10,7 @@ authors = [
]
readme = "README.md"
license = { file="COPYING" }
requires-python = ">= 3.8"
requires-python = ">= 3.9"
dependencies = [
"numpy",
"seaborn",
Expand Down

0 comments on commit 850a00c

Please sign in to comment.