From 2e2038061812ad8049d7adb152128780f4f03b90 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 3 Oct 2019 11:41:51 -0700 Subject: [PATCH] python 3.4 is deprecated, tests are failing anyway --- .travis.yml | 1 - README.rst | 2 +- setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c20872e..b81cef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ dist: xenial language: python python: -- 3.4 - 3.5 - 3.6 - 3.7 diff --git a/README.rst b/README.rst index 85fe1f3..9f9c28a 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Brozzler is designed to work in conjuction with warcprox for web archiving. Requirements ------------ -- Python 3.4 or later +- Python 3.5 or later - RethinkDB deployment - Chromium or Google Chrome >= version 64 diff --git a/setup.py b/setup.py index ef5d945..c3a94a5 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,6 @@ setuptools.setup( 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',