Skip to content

Commit 99c3a28

Browse files
committed
Add new Python 3.5 and 3.6 to documentation
Added Python 3.5 and 3.6 to the list of supported and tested versions.
1 parent 4451d5e commit 99c3a28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ The libnmap code is tested against the following python interpreters:
6666
- Python 2.7
6767
- Python 3.3
6868
- Python 3.4
69+
- Python 3.5
70+
- Python 3.6
6971

7072
Install
7173
-------
7274

7375
You can install libnmap via pip::
7476

75-
pip install python-libnmap
77+
pip install python-libnmap
7678

7779
or via git::
7880

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.3",
2525
"Programming Language :: Python :: 3.4",
26+
"Programming Language :: Python :: 3.5",
27+
"Programming Language :: Python :: 3.6",
2628
"Topic :: System :: Networking"]
2729
)

0 commit comments

Comments
 (0)