From 64a8d4edde7b90ca7e39ea625a462effc6e01b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ely=C3=A9zer=20Rezende?= Date: Fri, 19 Jan 2018 14:18:46 -0200 Subject: [PATCH] Drop support to Python 3.4 pytest does not have the param function for its version available on Python 3.4 and that is needed in order to xfail test data that is related to bug. Also most of the current distros has Python 3.5+ installed. --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 315f1701..def77900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ cache: pip language: python sudo: false python: - - '3.4' - '3.5' - '3.6' install: diff --git a/setup.py b/setup.py index 4abdac91..b4ebda8e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Quality Assurance'