setup.py python 제한 버전 변경 ==3.8 -> >=3.8
This commit is contained in:
jung-geun
2023-07-21 15:25:34 +09:00
parent 99b1de3f82
commit 917533f937
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ setup(
],
packages=find_packages(exclude=[]),
keywords=["pso", "tensorflow", "keras"],
python_requires="==3.9",
python_requires=">=3.8",
package_data={},
zip_safe=False,
long_description=open("README.md", encoding="UTF8").read(),