Skip to content

Commit 68664f1

Browse files
Add Python 3.5.2 warning to README (fixes #326) (#328)
1 parent c1c03fd commit 68664f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ may simply use `pip3` instead:
5656
$ pipenv install bugzoo
5757
```
5858

59-
BugZoo supports Python >= 3.5.
59+
BugZoo supports Python >= 3.5.2.
60+
[(Note that BugZoo won't run on Python 3.5.2 will fail due to a bug in
61+
Python.)](https://github.com/squaresLab/BugZoo/issues/320)
62+
6063

6164
## Getting Started
6265

0 commit comments

Comments
 (0)