aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-11-07 15:54:02 +0100
committerChristian Tismer <ctismer@gmail.com>2015-11-07 15:54:02 +0100
commit1617aca75864d400de8324bd74131bf15871510a (patch)
tree143889cefadc7f560b0a56def1639956134fb644 /setup.py
parent64d5a0bc92a91d0956fcf29db16b3842e48f952f (diff)
allow building for python 3.5, although that does not work on Windows, yet
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 1da0ba793..ec6f55d93 100644
--- a/setup.py
+++ b/setup.py
@@ -1031,6 +1031,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Database',
'Topic :: Software Development',
'Topic :: Software Development :: Code Generators',