python 3.4 is deprecated, tests are failing anyway

This commit is contained in:
Noah Levitt 2019-10-03 11:41:51 -07:00
parent 1c51396111
commit 2e20380618
3 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
dist: xenial dist: xenial
language: python language: python
python: python:
- 3.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7 - 3.7

View file

@ -19,7 +19,7 @@ Brozzler is designed to work in conjuction with warcprox for web archiving.
Requirements Requirements
------------ ------------
- Python 3.4 or later - Python 3.5 or later
- RethinkDB deployment - RethinkDB deployment
- Chromium or Google Chrome >= version 64 - Chromium or Google Chrome >= version 64

View file

@ -95,7 +95,6 @@ setuptools.setup(
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',