Skip to content

Commit

Permalink
Supporting python 3.6 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann authored Feb 29, 2020
1 parent 3467690 commit eb5723e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- 3.6
- 3.7
- 3.8
cache:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["imaging", "face", "detection", "feature", "thumbor", "thumbnail", "
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
six = "^1.14.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit eb5723e

Please sign in to comment.