diff --git a/.travis.yml b/.travis.yml index 6b78402..c00a41a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "2.7" - - "3.2" + - "3.4" - "3.6" - "3.8" # command to install dependencies diff --git a/README.rst b/README.rst index 82c0c8a..3728935 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ Here is an example of doing a authentication request:: Requirements & Installation =========================== -pyrad requires Python 2.6 or later, or Python 3.2 or later +pyrad requires Python 2.7, or Python 3.4 or later Installing is simple; pyrad uses the standard distutils system for installing Python modules:: diff --git a/setup.py b/setup.py index 8e6be7e..15b60d1 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules',