summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-06-23 16:25:51 -0400
committerJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-06-23 16:25:51 -0400
commitb7d847d71e63254a8870ba25c12867c7c9b242d2 (patch)
tree80cab5b3988008db2cdcbea28cc17ddb04dda411 /setup.py
parent25457e39eb3bfa23ed9fde401802aec8024f5850 (diff)
downloadblinker-b7d847d71e63254a8870ba25c12867c7c9b242d2.tar.gz
Adds Python 3.5 to test suite.
No changes to the code are required to support Python 3.5.
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 8655223..7eb87ea 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(name="blinker",
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
],