File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,11 @@ Python Version Support
315
315
----------------------
316
316
317
317
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.
320
321
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
322
323
language constructs introduced in Python 3 and 2.7. Python 3.2 (also 3.1 and
323
324
3.0) is not supported, because one of the dependencies (openpyxl) does not
324
325
support it.
You can’t perform that action at this time.
0 commit comments