Skip to content

Commit

Permalink
remove python 2.7 from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Jul 24, 2024
1 parent fb85654 commit 626916f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Changelog

* Add salt decryption of encrypted attributes

* Fix for UTF-8

* Fix fix usage of socket.getaddrinfo

* Fix #197 KeyError when handling CoA packet for 0.0.0.0

* Fix create CoA packet in client_async

* Fix #152 and add corresponding unittests
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Here is an example of doing a authentication request::
Requirements & Installation
===========================

pyrad requires Python 2.7, or Python 3.6 or later
pyrad requires Python 3.6 or later

Installing is simple; pyrad uses the standard distutils system for installing
Python modules::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is an example of doing a authentication request::
Requirements & Installation
===========================

pyrad requires Python 2.7, or Python 3.6 or later
pyrad requires Python 3.6 or later

Installing is simple; pyrad uses the standard distutils system for installing
Python modules::
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'Development Status :: 6 - Mature',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 626916f

Please sign in to comment.