Advise version incompatibility with Python 3.9.7 #93

Open
kuanhulio wants to merge 2 commits from kuanhulio/patch-1 into 2.0
2 changed files with 4 additions and 2 deletions
Showing only changes of commit e48493b36c - Show all commits

View File

@ -70,7 +70,7 @@ setup(
include_package_data=True,
install_requires=requirements,
extras_require=extras_require,
python_requires=">=3.8.0",
python_requires=">=3.8.0, !=3.9.7",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",