diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
commit | dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0 (patch) | |
tree | 7bd004ed70974f6cf512768a1d27275388a110be /docs/pkg_resources.txt | |
parent | 1e811c32250676cc83e79e4063d5420eb72a8f83 (diff) | |
download | external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.tar.gz external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.tar.bz2 external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.zip |
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Diffstat (limited to 'docs/pkg_resources.txt')
-rw-r--r-- | docs/pkg_resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 3aac4720..8dd3e9ab 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -975,7 +975,7 @@ parsed_version py_version The major/minor Python version the distribution supports, as a string. - For example, "2.3" or "2.4". The default is the current version of Python. + For example, "2.7" or "3.4". The default is the current version of Python. platform A string representing the platform the distribution is intended for, or |