Skip to content

Commit

Permalink
Merge pull request #119 from holgerd77/improve-python3-support
Browse files Browse the repository at this point in the history
Support for Python 3.6 and 3.7
  • Loading branch information
holgerd77 authored Feb 13, 2019
2 parents 37b84ce + b2e5337 commit 22a7ce9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- 3.5
- 3.6
- 3.7-dev
- 2.7
install:
pip install -r requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jsonpath-rw>=1.4
kombu>=3.0.37,<3.1
Celery==3.1.25
django-celery==3.2.1
future>=0.15,<0.16
pillow>=3.0,<4.0
future>=0.17,<0.18
pillow>=5.0,<6.0
attrs>=17.4.0

5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
# 'kombu>=3.0.37,<3.1',
# 'Celery==3.1.25',
# 'django-celery==3.2.1', # Scheduling
'future>=0.15,<0.16',
'pillow>=3.0,<4.0',
'future>=0.17,<0.18',
'pillow>=5.0,<6.0',
'attrs>=17.4.0',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 22a7ce9

Please sign in to comment.