diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 07:21:20 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2015-10-26 07:21:20 +0100 |
| commit | e1b0d43cd91d849f16fbcc0369bac4136aaf3049 (patch) | |
| tree | e6715981dd411c34e67594d3c5e02c8c77a87985 /setup.py | |
| parent | 5ca959773039cbf5e5e804deff5560af9cdabe2f (diff) | |
| download | sqlparse-e1b0d43cd91d849f16fbcc0369bac4136aaf3049.tar.gz | |
Remove compatibility for Python < 2.7.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -108,9 +108,6 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - '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.2', |
