Skip to content

Commit

Permalink
Mark Python 2.7 in Pipfile, as this is a release specifically for Py 27
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Jun 12, 2020
1 parent 27e25af commit 4d3025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pytest-cov = "*"
pathlib2 = {version = "*", markers="python_version < '3.6'"}

[requires]
python_version = "3.6"
python_version = "2.7"

0 comments on commit 4d3025f

Please sign in to comment.