Skip to content

Commit 17e9303

Browse files
committed
drop support for python < 3.9
1 parent 7ddb1a3 commit 17e9303

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
@@ -12,7 +12,7 @@ repository = "https://github.com/beaufour/flickr-download"
1212
flickr_download = "flickr_download.flick_download:main"
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.7"
15+
python = ">=3.9,<4.0"
1616
flickr-api = "^0.7.7"
1717
python-dateutil = "^2.8.1"
1818
PyYAML = ">=5.3,<7.0"

0 commit comments

Comments
 (0)