Skip to content

Commit

Permalink
build(python): bumped min python version to 3.6.1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bumped python version
  • Loading branch information
engnadeau committed Aug 17, 2020
1 parent 31dbe31 commit 0752bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.6"
python = ">=3.6.1"
numpy = ">=1.9"
scipy = ">=1.0"
attrs = ">=19.0"
Expand Down

0 comments on commit 0752bbf

Please sign in to comment.