Skip to content

Commit

Permalink
Bump pipfile for dev env to py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wadewilliams committed Dec 27, 2022
1 parent c223f13 commit 32d9e05
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest-xdist = {extras = ["psutil"], version = "*"}
twine = "*"

[requires]
python_version = "3.8"
python_version = "3.9"

[scripts]
install_linters = "pipenv install autoflake black flake8 isort --dev --skip-lock"
Expand Down
Loading

0 comments on commit 32d9e05

Please sign in to comment.