Skip to content

Commit 06489d2

Browse files
authored
Merge pull request #7372 from bluetech/py-182
Require py>=1.8.2 so we can rely on correct hash() of py.path.local n Windows
2 parents 7b77fc0 + c275507 commit 06489d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/7357.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
py>=1.8.2 is now required.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_requires =
4545
more-itertools>=4.0.0
4646
packaging
4747
pluggy>=0.12,<1.0
48-
py>=1.5.0
48+
py>=1.8.2
4949
toml
5050
atomicwrites>=1.0;sys_platform=="win32"
5151
colorama;sys_platform=="win32"

0 commit comments

Comments
 (0)