Skip to content

Commit

Permalink
Add requirement for Python version >= 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed Nov 20, 2021
1 parent 14702b0 commit bcd9b02
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 @@ -9,7 +9,7 @@ author-email = "[email protected]"
maintainer = "Louie Lu"
maintainer-email = "[email protected]"
home-page = "https://github.com/mlouielu/twstock"
requires-python = ">=3"
requires-python = ">=3.5"
requires = [ "requests",]
description-file = "README.md"
classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",]
Expand Down

0 comments on commit bcd9b02

Please sign in to comment.