From bcd9b022aeb858549992b1251151c741e0c22d80 Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Sat, 20 Nov 2021 09:48:54 +0800 Subject: [PATCH] Add requirement for Python version >= 3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 637db49..96a71b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ author-email = "git@louie.lu" maintainer = "Louie Lu" maintainer-email = "git@louie.lu" 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",]