Skip to content

Commit

Permalink
build: Require Nox >= 2020.8.22
Browse files Browse the repository at this point in the history
The `session.run_always` method is only available in 2020.8.22 and later.

Also, avoid the `^` version operator. It implies `< 2021`, preventing
installation of nox-poetry with any new Nox release.
  • Loading branch information
cjolowicz committed Mar 13, 2021
1 parent 7161353 commit 7eb2799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
32 changes: 1 addition & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changelog = "https://github.com/cjolowicz/nox-poetry/releases"

[tool.poetry.dependencies]
python = "^3.6.1"
nox = "^2020.5.24"
nox = ">=2020.8.22"
tomlkit = "^0.7.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7eb2799

Please sign in to comment.