Skip to content

Commit

Permalink
adding note on Python version support
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Jan 9, 2015
1 parent 40b69f6 commit 693dc91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ used by other parts of the PyFarm project. This package is contains:
* Logger setup and handling
* Miscellaneous utilities

Python Version Support
----------------------

This library supports Python 2.6+ and 3.2+ in one code base. Python 2.5
and lower is not supported due to significant syntax, library and other
differences. This library must support the range of Python versions
that ``python.master`` and ``pyfarm.agent`` supports.


Documentation
-------------
Expand Down

0 comments on commit 693dc91

Please sign in to comment.