diff options
author | Mark Adams <mark@markadams.me> | 2016-05-06 00:05:31 -0500 |
---|---|---|
committer | Mark Adams <mark@markadams.me> | 2016-05-06 00:21:06 -0500 |
commit | d02eaad527a2b00d184eebb2d720447fdbdbb033 (patch) | |
tree | 85a5e000701498e921d725821304a59a2ca11aa4 /setup.py | |
parent | d363ae9c05a42d7f53384391cb009bc9240ead53 (diff) | |
download | pyjwt-d02eaad527a2b00d184eebb2d720447fdbdbb033.tar.gz |
Add Python 3.5 to CI buildsadd-python-35
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Utilities', ], test_suite='tests', |