Skip to content

Commit

Permalink
Use a looser Python version requirement
Browse files Browse the repository at this point in the history
Specifying a version down to the patch level makes pipenv complain in CI
when trying to test against the 3.6 provided by GitHub's ubuntu-latest
image. Allowing this to use any version of 3.6 instead of limiting to
3.6.5 should resolve that issue.
  • Loading branch information
jonafato authored and sw00 committed Sep 22, 2021
1 parent dcd193b commit c09d339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pytest = "*"
pytest-freezegun = "*"

[requires]
python_version = "3.6.5"
python_version = "3.6"
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit c09d339

Please sign in to comment.