You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This library supports only the v2 api.
20
20
21
21
pyPostcode consists of a single file (pyPostcode.py) that you can put in your python search path or in site-packages (or dist-packages depending on the platform)
22
22
You can also simply run it by putting it in the same directory as you main script file or start a python interpreter in the same directory.
23
-
pyPostcode works with Python 2.7.x (you're welcome to test other versions)
23
+
pyPostcode works with Python 2.7.x and 3.5.x (you're welcome to test other versions)
0 commit comments