From 62849fba0b71e314f0139dc371aae42b4cce5d2d Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 19 Aug 2021 21:01:55 -0500 Subject: [PATCH] Remove Python 3.4 --- .travis.yml | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8e7d07..1434c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python matrix: include: - - python: "3.4" - python: "2.7" arch: ppc64le - python: "3.6" diff --git a/setup.cfg b/setup.cfg index 4fbf5be..fe8ae85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,6 @@ classifiers = Operating System :: POSIX 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 @@ -32,6 +31,7 @@ classifiers = [options] packages = send2trash tests_require = pytest +python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* [options.extras_require] win32 = pywin32; sys_platform == "win32"