Skip to content

Commit

Permalink
Update README with Python 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jun 2, 2014
1 parent 4ee034a commit 410310c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ formatted strings instead of classes or regular strings.

### Dependencies

- Python 3.3 (Python 3.x might work as well)
- Python 3.x or Python 2.7
- pdflatex (only if you want to compile the tex file)
- NumPy (only if you want to convert it's matrixes)
- ordered-set
Expand Down Expand Up @@ -122,14 +122,14 @@ education are a bit higher on the priority list.

### Support

This library is being developed for Python 3.3. It currently doesn't work for
Python 2.7, but it's mostly syntax and import changes that break it for 2.7.
It is also only tested on Linux, so it might not work on any different
platforms.
This library is being developed in and for Python 3. Because of a conversion
script the current version also works in Python 2.7. For futere versions, no
such promise will be made. Uncompatible Python 3 features will not be headed to
keep supporting Python 2.7.

I have no intention of testing on any different platforms or with different
Python versions. I also don't have the intention to write fixes for platform or
environment specific bugs, but pull requests that fix those are always welcome.
The platform this library is developed for is Linux. I have no intention to
write fixes or test for platform specific bugs. Pull requests that fix those
are always welcome though.


### Copyright and License
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Dependencies
~~~~~~~~~~~~
- Python 3.3 (Python 3.x might work as well)
- Python 3.x or Python 2.7
- pdflatex (only if you want to compile the tex file)
- NumPy (only if you want to convert it's matrixes)
- ordered-set
Expand Down Expand Up @@ -133,14 +133,14 @@
Support
~~~~~~~
This library is being developed for Python 3.3. It currently doesn't work for
Python 2.7, but it's mostly syntax and import changes that break it for 2.7.
It is also only tested on Linux, so it might not work on any different
platforms.
This library is being developed in and for Python 3. Because of a conversion
script the current version also works in Python 2.7. For futere versions, no
such promise will be made. Uncompatible Python 3 features will not be headed to
keep supporting Python 2.7.
I have no intention of testing on any different platforms or with different
Python versions. I also don't have the intention to write fixes for platform or
environment specific bugs, but pull requests that fix those are always welcome.
The platform this library is developed for is Linux. I have no intention to
write fixes or test for platform specific bugs. Pull requests that fix those
are always welcome though.
Copyright and License
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 410310c

Please sign in to comment.