summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-04-12 23:41:00 -0400
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-04-12 23:41:00 -0400
commit4235c5d9856610e9042ff33d8bea40dbc832ea3f (patch)
tree914c49edaf7a5ad25fac4ca4bb8eb42bc37282b0 /setup.py
parent79ad391ea040b730837ddc5fad41471c3f404c12 (diff)
downloadapscheduler-4235c5d9856610e9042ff33d8bea40dbc832ea3f.tar.gz
Added Python 3.4 to the list of supported Python version
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 0363ab4..0d80973 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,8 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3'
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4'
],
keywords='scheduling cron',
license='MIT',