mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
python 3.4 is deprecated, tests are failing anyway
This commit is contained in:
parent
1c51396111
commit
2e20380618
@ -1,7 +1,6 @@
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
|
@ -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
|
||||
|
||||
|
1
setup.py
1
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user