Python 3.6 is out

pull/36/head
Ilya Etingof 2016-12-23 21:08:25 +01:00
parent 823c244db6
commit c88ef9dc65
3 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
# - "pypy"
# - "pypy3"

View File

@ -26,7 +26,7 @@ Features
and [Trollius](http://trollius.readthedocs.org/index.html) integration
* [PySMI](http://pysmi.sf.net) integration for dynamic MIB compilation
* Python eggs and py2exe friendly
* 100% Python, works with Python 2.4 though 3.5
* 100% Python, works with Python 2.4 though 3.6
* MT-safe (only if run locally to a thread)
Features, specific to SNMPv3 model include:

View File

@ -29,6 +29,7 @@ Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Communications
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Monitoring