Description
We have a framework which depends on PySide2 and for Python 3.10, "pip install" fails with the error:
ERROR: Could not find a version that satisfies the requirement pyside2 (from versions: none)
ERROR: No matching distribution found for pyside2
because PySide2 does not support 3.10. Would it be possible to add Python 3.10 support for this package?
PyQt5 package supports >3.6 (it doesn't limit the upper version) so it can be installed for 3.10 as well. Maybe PySide2 can also release a package like that which doesn't limit the upper version?
Attachments
Issue Links
- is duplicated by
-
PYSIDE-1763 pyside2 v5.15.2 fails to build with python ≥ 3.10
- Closed
- relates to
-
PYSIDE-1775 5.15.2.1 does not build with Python 3.10 without limited-api
- Closed