Skip to content

Commit

Permalink
chore: update minimum python version to 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Anderson <[email protected]>
  • Loading branch information
AWS-Samuel committed Apr 1, 2024
1 parent 7048073 commit 8258c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint = [
install = "python {root}/scripts/install_dev_submitter.py {args:}"

[[envs.all.matrix]]
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
python = ["3.8", "3.9", "3.10", "3.11"]

[envs.default.env-vars]
SKIP_BOOTSTRAP_TEST_RESOURCES="True"
Expand Down

0 comments on commit 8258c89

Please sign in to comment.