Skip to content

Commit

Permalink
py versions to use
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Sep 17, 2019
1 parent 5b001a3 commit 7c485ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

language: python
python:
# - 3.7 not yet because of https://github.com/travis-ci/travis-ci/issues/9815
- 3.6
- 3.5
- 3.6
- 3.7


before_install:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers=[
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.5"
attrs = ">=18.2.0"
toolz = ">=0.9.0"

Expand Down

0 comments on commit 7c485ac

Please sign in to comment.