Skip to content

Commit

Permalink
build: pin virtualenv version that supports python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Nov 9, 2023
1 parent 41cf6c3 commit 1cd51e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pytest = "*"
pre-commit = "*"
pytest-xdist = "*"

# HACK https://github.com/pypa/virtualenv/pull/2552
virtualenv = "<20.22.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 1cd51e7

Please sign in to comment.