Add py3.6 to supported/tested versions

This commit is contained in:
Dave Jones
2017-06-25 22:14:42 +01:00
parent 67ead55d74
commit a980f3d14b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"

View File

@@ -42,6 +42,7 @@ __classifiers__ = [
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: PyPy",
]