Skip to content

Commit 1656a27

Browse files
authored
Merge pull request #112 from OpenDataServices/readme-python-support
Update python version support section in README
2 parents d0f14e6 + 57f43b5 commit 1656a27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,11 @@ Python Version Support
315315
----------------------
316316

317317
This code supports Python 2.7 and Python 3.3 (and later). Python 3 is
318-
preferred, and any Python 2 specific bugs are currently treated as low
319-
priority.
318+
strongly preferred. Only servere Python 2 specific bugs will be fixed, see the
319+
[python2-wontfix](https://github.com/OpenDataServices/flatten-tool/issues?q=is%3Aissue+label%3Apython2-wontfix+is%3Aclosed)
320+
label on GitHub for known minor issues.
320321

321-
Python 2.6 and earlier are not supported because our code makes use new
322+
Python 2.6 and earlier are not supported at all because our code makes use new
322323
language constructs introduced in Python 3 and 2.7. Python 3.2 (also 3.1 and
323324
3.0) is not supported, because one of the dependencies (openpyxl) does not
324325
support it.

0 commit comments

Comments
 (0)