Skip to content

Commit 626916f

Browse files
committed
remove python 2.7 from docs
1 parent fb85654 commit 626916f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Changelog
55

66
* Add salt decryption of encrypted attributes
77

8+
* Fix for UTF-8
9+
10+
* Fix fix usage of socket.getaddrinfo
11+
12+
* Fix #197 KeyError when handling CoA packet for 0.0.0.0
13+
814
* Fix create CoA packet in client_async
915

1016
* Fix #152 and add corresponding unittests

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here is an example of doing a authentication request::
5353
Requirements & Installation
5454
===========================
5555

56-
pyrad requires Python 2.7, or Python 3.6 or later
56+
pyrad requires Python 3.6 or later
5757

5858
Installing is simple; pyrad uses the standard distutils system for installing
5959
Python modules::

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is an example of doing a authentication request::
4343
Requirements & Installation
4444
===========================
4545

46-
pyrad requires Python 2.7, or Python 3.6 or later
46+
pyrad requires Python 3.6 or later
4747

4848
Installing is simple; pyrad uses the standard distutils system for installing
4949
Python modules::

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
'Development Status :: 6 - Mature',
1717
'Intended Audience :: Developers',
1818
'License :: OSI Approved :: BSD License',
19-
'Programming Language :: Python :: 2.7',
2019
'Programming Language :: Python :: 3.6',
2120
'Programming Language :: Python :: 3.7',
2221
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)