diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-12-18 12:24:36 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2019-12-18 13:50:16 +0100 |
commit | af8679ac5c2c2b7774d624bdb1981d0e2374edc1 (patch) | |
tree | fa8d7b546b5262a221a7124468d3a954bd3c55f6 /setup.py | |
parent | 7ecd5184e62bf1b1f377db161b26fa4580af6b4c (diff) | |
download | gitlab-af8679ac5c2c2b7774d624bdb1981d0e2374edc1.tar.gz |
chore: drop legacy python tests
Support dropped for: 2.7, 3.4, 3.5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -36,11 +36,7 @@ setup( "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "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.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", |