summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2012-09-04 09:31:37 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2012-09-04 09:31:37 +0300
commit422f79bcef224a0ba2da02a445fc76e5302b9056 (patch)
tree88411b942da4600ddb1adedabec062953ac96f77 /setup.py
parente1614de75f767482787512b7ea172138e6d5038d (diff)
downloadapscheduler-422f79bcef224a0ba2da02a445fc76e5302b9056.tar.gz
Dropped Python 2.4 support; test the PyMongo job store on Jython too
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2cb3411..3287416 100644
--- a/setup.py
+++ b/setup.py
@@ -25,12 +25,10 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3'
],