Skip to content

Commit

Permalink
Require py>=1.8.2 so we can rely on correct hash() of py.path.local o…
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Jun 15, 2020
1 parent 4f4c263 commit c275507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/7357.trivial.rst
@@ -0,0 +1 @@
py>=1.8.2 is now required.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -45,7 +45,7 @@ install_requires =
more-itertools>=4.0.0
packaging
pluggy>=0.12,<1.0
py>=1.5.0
py>=1.8.2
toml
atomicwrites>=1.0;sys_platform=="win32"
colorama;sys_platform=="win32"
Expand Down

0 comments on commit c275507

Please sign in to comment.