Compare commits
2 Commits
ImAnAgent/
...
kuanhulio/
Author | SHA1 | Date | |
---|---|---|---|
e48493b36c | |||
4931100b44 |
@ -41,7 +41,9 @@ Key Features
|
|||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
**Python 3.8 or higher is required**
|
**Python 3.8 or higher is required***
|
||||||
|
|
||||||
|
***Do not use 3.9.7 as Python 3.9.7 has a bug that causes a TypeError with __init__ methods in subclasses.** View more `here <https://bugs.python.org/issue45121/>`_.
|
||||||
|
|
||||||
To install the library without full voice support, you can just run the following command:
|
To install the library without full voice support, you can just run the following command:
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -70,7 +70,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
extras_require=extras_require,
|
extras_require=extras_require,
|
||||||
python_requires=">=3.8.0",
|
python_requires=">=3.8.0, !=3.9.7",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Reference in New Issue
Block a user