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',