aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-06-27 16:13:52 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-06-27 16:13:52 +0200
commitd1fb22fd45ad6d0caa314fe373a377fbbf82ba08 (patch)
tree6f424e95ed7e1cd6723bb73cbfc54b3d238e5ad0 /setup.py
parentfb7e12cce67b9849899f934e697f7e2a91d604c2 (diff)
downloadjinja-d1fb22fd45ad6d0caa314fe373a377fbbf82ba08.tar.gz
Drop Python 3.3 support
It's currently broken on Travis (as it was dropped in 'wheel'), so continuing to support it is probably not worth the pain.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index afdaa310..b42a1393 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,6 @@ setup(
'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',