diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2021-03-21 19:41:02 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2021-03-21 19:42:39 +0100 |
commit | 7c0bb84ca1898ceaba32c534bc5f840986c6783d (patch) | |
tree | aaaf7f72575ebe9e9f17cc3b6b627e32a93d04d4 /setup.py | |
parent | 075d85e8e45b7deda49c034949e9a71288150a41 (diff) |
Drop support for Python 2.6 and 3.4
It is increasingly difficult to test with these versions of Python and
everybody should have upgraded to a more recent version long ago.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -62,10 +62,8 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', |