Skip to content

Commit dbf447e

Browse files
committed
Remove unsupported python versions
1 parent 709e682 commit dbf447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = 'https://github.com/chrisleaman/py-wave-runup'
1010
documentation = 'https://py-wave-runup.readthedocs.io'
1111

1212
[tool.poetry.dependencies]
13-
python = "~2.7 || ^3.4 || ^3.5 || ^3.6 || ^3.7"
13+
python = "^3.5 || ^3.6 || ^3.7"
1414
numpy = "^1.16"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)