Skip to content

Commit

Permalink
ci: Require nox >= 2021.6.6 in Noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jun 11, 2021
1 parent 8c0a8af commit 55ba15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

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

0 comments on commit 55ba15a

Please sign in to comment.