Currently it doesn't run under Python 3.10. I am receiving the following error:
ERROR: Package 'python-typing-update' requires a different Python: 3.10.0 not in '<3.10,>=3.8'
The requirement could be bumped
|
python_requires = >=3.8,<3.10 |
, not sure if there's anything else blocking this
Currently it doesn't run under Python 3.10. I am receiving the following error:
The requirement could be bumped
python-typing-update/setup.cfg
Line 22 in 267f67e