Skip to content

Commit

Permalink
update the Python version requirement to >= 3.9 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Feb 14, 2025
1 parent 3dd5663 commit 5be44ea
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 @@ -21,7 +21,7 @@ classifiers = [
"Operating System :: OS Independent",
]

requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"forestci==0.6",
"pathos==0.2.9",
Expand Down

0 comments on commit 5be44ea

Please sign in to comment.