We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd5e63 + 7ef07c0 commit c32d700Copy full SHA for c32d700
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- "3.3"
7
- "3.4"
8
- "3.5"
9
+ - "3.6"
10
- "pypy"
11
12
env:
setup.py
@@ -31,5 +31,6 @@
31
"Programming Language :: Python :: 3.3",
32
"Programming Language :: Python :: 3.4",
33
"Programming Language :: Python :: 3.5",
34
+ "Programming Language :: Python :: 3.6",
35
"Programming Language :: Python :: Implementation :: CPython",
36
"Programming Language :: Python :: Implementation :: PyPy"])
0 commit comments