summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-09-13 08:22:57 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2020-09-13 08:22:57 +0200
commitfd2c8e3d42a74f43c1f473628ec033431b27a534 (patch)
tree80bed5e5d91de2cd9854b326d34ddcd3dfce4aed /setup.py
parent44965c2d155c312662ede94cab4b355d4eab6a5c (diff)
parent6a02ed19fa7f5c8dc08f54ff89fbbc4ba8b5bebd (diff)
downloadsqlparse-fd2c8e3d42a74f43c1f473628ec033431b27a534.tar.gz
Merge branch 'jdufresne-py2'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 3de94e7..a706e99 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2018 the sqlparse authors and contributors
# <see AUTHORS file>
@@ -84,17 +83,15 @@ setup(
description='Non-validating SQL parser',
long_description=LONG_DESCRIPTION,
license='BSD',
- python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
+ python_requires=">=3.5",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',