diff options
author | Armin Rigo <arigo@tunes.org> | 2017-09-17 08:45:31 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2017-09-17 08:45:31 +0200 |
commit | 6482b96bded8ac68941023ca40da401a29288e7e (patch) | |
tree | c869591e012b6aed47585a0784435dc4b353f129 /setup.py | |
parent | e58be5176f00e92481fd72a9f35b77560f88dbd8 (diff) | |
download | cffi-6482b96bded8ac68941023ca40da401a29288e7e.tar.gz |
Add Python 3.6 in that list
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -231,6 +231,7 @@ Contact 'Programming Language :: Python :: 3.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', ], |