You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In setup.py, setup is called with python_requires='>=3.7,<3.10',. (setup also does not include 'Programming Language :: Python :: 3.10' as one of the classifiers.)
As a result, it cannot be installed in Python 3.10.
The text was updated successfully, but these errors were encountered:
@shermansiu As far as I can recall, that is to fit other major dependencies. I can try to relax the Python one without touching those dependencies, though. +CC @stephenbach@VictorSanh
In
setup.py
, setup is called withpython_requires='>=3.7,<3.10',
. (setup
also does not include 'Programming Language :: Python :: 3.10' as one of theclassifiers
.)As a result, it cannot be installed in Python 3.10.
The text was updated successfully, but these errors were encountered: