summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-09-17 08:45:31 +0200
committerArmin Rigo <arigo@tunes.org>2017-09-17 08:45:31 +0200
commit6482b96bded8ac68941023ca40da401a29288e7e (patch)
treec869591e012b6aed47585a0784435dc4b353f129 /setup.py
parente58be5176f00e92481fd72a9f35b77560f88dbd8 (diff)
downloadcffi-6482b96bded8ac68941023ca40da401a29288e7e.tar.gz
Add Python 3.6 in that list
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b6cdd9e..7d12210 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
],