From 4b3691579795a7c78a24d37fca3d9b6c3d7357af Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Fri, 1 May 2020 14:08:38 +0200 Subject: [PATCH] installation: drop Python2.7 support * Addresses https://github.com/reanahub/reana/pull/307#issuecomment-621780817. --- .travis.yml | 1 - setup.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12097eb0..63966f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ cache: matrix: fast_finish: true include: - - python: 2.7 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/setup.py b/setup.py index 62c252a2..180ffd20 100644 --- a/setup.py +++ b/setup.py @@ -84,8 +84,6 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',