Skip to content

Commit d25211b

Browse files
committed
Remove Python 2 support
1 parent 9c01089 commit d25211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD-3-Clause"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "~2.7 || ^3.8"
10+
python = "^3.8"
1111
python-dateutil = "^2.9.0.post0"
1212
six = "^1.16.0"
1313
requests = "^2.32.2"

0 commit comments

Comments
 (0)