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 c679d13 commit 2d92aa1Copy full SHA for 2d92aa1
setup.py
@@ -96,6 +96,7 @@ def read_file(filename):
96
'Programming Language :: Python :: 3.3',
97
'Programming Language :: Python :: 3.4',
98
'Programming Language :: Python :: 3.5',
99
+ 'Programming Language :: Python :: 3.6',
100
'Topic :: Software Development :: Libraries :: Python Modules',
101
],
102
tests_require=['tox', 'virtualenv<14.0.0'],
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
envlist =
3
flake8
4
- py{26,27,32,33,34,35}
+ py{26,27,32,33,34,35,36}
5
pypy
6
7
[testenv]
0 commit comments