Skip to content

Commit

Permalink
Remove unsupported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Apr 9, 2019
1 parent 709e682 commit dbf447e
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 @@ -10,7 +10,7 @@ homepage = 'https://github.com/chrisleaman/py-wave-runup'
documentation = 'https://py-wave-runup.readthedocs.io'

[tool.poetry.dependencies]
python = "~2.7 || ^3.4 || ^3.5 || ^3.6 || ^3.7"
python = "^3.5 || ^3.6 || ^3.7"
numpy = "^1.16"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit dbf447e

Please sign in to comment.