summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Roten <tsr@lavabit.com>2017-06-02 14:08:56 -0500
committerThomas Roten <tsr@lavabit.com>2017-06-02 14:08:56 -0500
commitf2cf71094a87cf3ef90590ddcce6dca6328e5c0c (patch)
tree5116aefd87d22680fdaf09cec5a0b4f2d589c5f3 /setup.py
parent837c8051e42d9de458c60a2ac55ab1eeeac33021 (diff)
Fix Python version metadata.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aba5b260..d33d92a6 100644
--- a/setup.py
+++ b/setup.py
@@ -53,11 +53,12 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: Unix',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: SQL',
'Topic :: Database',
'Topic :: Database :: Front-Ends',