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.
1 parent a80d102 commit c237196Copy full SHA for c237196
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- "3.3"
6
- "3.4"
7
- "3.5"
8
+ - "3.6"
9
- "pypy"
10
- "pypy3"
11
setup.py
@@ -48,6 +48,7 @@
48
'Programming Language :: Python :: 3.3',
49
'Programming Language :: Python :: 3.4',
50
'Programming Language :: Python :: 3.5',
51
+ 'Programming Language :: Python :: 3.6',
52
'Programming Language :: Python :: Implementation :: CPython',
53
'Programming Language :: Python :: Implementation :: PyPy',
54
'Topic :: Software Development :: Libraries',
0 commit comments