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
language: python
python:
- 3.4
- 3.5
- 3.6
- 3.7

View File

@ -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

View File

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