summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Brown <ericwb@users.noreply.github.com>2018-06-27 23:49:59 -0700
committerIlya Etingof <etingof@gmail.com>2018-06-28 08:49:59 +0200
commitf14b61a7daecfbfd217be2319641ba5dfbd87420 (patch)
treed41295d8a3599a6d8e293b04a0336f4f6e57d0ad /README.md
parent61f7a10adf83469c76c4182b924d4e002d12641a (diff)
downloadpysnmp-git-f14b61a7daecfbfd217be2319641ba5dfbd87420.tar.gz
Add Python 3.7 support (#162)
Python 3.7 was just released [1]. This is a small change to enable support in pysnmp. [1] https://docs.python.org/3.7/whatsnew/3.7.html Signed-off-by: Eric Brown <browne@vmware.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31f939c3..9aec21b1 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Features
* [PySMI](http://snmplabs.com/pysmi/) integration for dynamic MIB compilation
* Built-in instrumentation exposing protocol engine operations
* Python eggs and py2exe friendly
-* 100% Python, works with Python 2.4 though 3.6
+* 100% Python, works with Python 2.4 though 3.7
* MT-safe (if SnmpEngine is thread-local)
Features, specific to SNMPv3 model include: