Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarnier authored Jul 1, 2023
1 parent e4c0832 commit 9438509
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 @@ -21,7 +21,7 @@


package = "inductance"
python_versions = ["3.10", "3.9", "3.8"]
python_versions = ["3.10", "3.9", "3.8", "3.7"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down

0 comments on commit 9438509

Please sign in to comment.