Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a looser Python version requirement
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