Skip to content

Commit

Permalink
MNT: Set the min python version to 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 20, 2023
1 parent 0df4de1 commit cefbc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_deps() -> list[str]:
return tomli.load(f)["project"]["dependencies"]


python_versions = ["3.8"]
python_versions = ["3.9"]
lint_versions = ["3.11"]
package = get_package_name()
nox.options.sessions = (
Expand Down

0 comments on commit cefbc8c

Please sign in to comment.