mirror of
https://github.com/codelucas/newspaper.git
synced 2021-06-07 22:52:17 +03:00
Dropping python 3.4 support (#768)
* Dropping python 3.4 support * Fixing build issues * Changed version number - incremented major version due to breaking change * Removing pandas dependency
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
install:
|
||||
- pip install -r requirements.txt coverage coveralls
|
||||
- python download_corpora.py
|
||||
|
||||
@@ -7,5 +7,5 @@ __author__ = 'Lucas Ou-Yang'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2014, Lucas Ou-Yang'
|
||||
|
||||
version_info = (0, 2, 8)
|
||||
version_info = (0, 3, 0)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
@@ -11,4 +11,4 @@ python-dateutil>=2.5.3
|
||||
PyYAML>=3.11
|
||||
requests>=2.10.0
|
||||
tinysegmenter==0.3 # TODO(codelucas): Investigate making this >=0.3
|
||||
tldextract>=2.0.1
|
||||
tldextract>=2.0.1
|
||||
Reference in New Issue
Block a user