Test py36 instead of py34

This commit is contained in:
Anthony Sottile 2017-01-20 21:07:48 -08:00
parent 0a93f3bfdd
commit 99b4789ec2
3 changed files with 14 additions and 15 deletions

View file

@ -20,8 +20,8 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],