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 ac59f2f commit 924c241Copy full SHA for 924c241
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.3"
5
- "3.4"
6
- "3.5"
7
+ - "3.6"
8
- "pypy"
9
- "pypy3"
10
branches:
setup.py
@@ -53,4 +53,5 @@ def requirements():
53
'Programming Language :: Python :: 3.3',
54
'Programming Language :: Python :: 3.4',
55
'Programming Language :: Python :: 3.5',
56
+ 'Programming Language :: Python :: 3.6'
57
],)
0 commit comments