Skip to content

Commit

Permalink
min python version >=3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Oct 13, 2020
1 parent 101add4 commit b38cd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: true
language: python
matrix:
include:
- python: 3.6.1
- python: 3.6.8
- python: 3.7
cache:
pip: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ documentation = "https://iotoolz.readthedocs.io/en/latest/"
Changelog = "https://github.com/e2fyi/iotoolz/blob/master/CHANGELOG.md"

[tool.poetry.dependencies]
python = ">=3.6.1,<4"
python = ">=3.6.8,<4"
typing-extensions = "*"
python-magic = {version = "0.4.*", markers = "sys_platform == 'linux'"}
python-magic-bin = {version = "0.4.*", markers = "sys_platform == 'darwin' or sys_platform == 'windows'"}
Expand Down

0 comments on commit b38cd5f

Please sign in to comment.