Files
anki/qt
Abdo 4d199d9ad8 Support WindowsRTTTSFilePlayer on Windows 11 (#4512)
`platform.release()` used to report "10" on Windows 11, but this was
fixed in Python 3.12: https://github.com/python/cpython/issues/89545

Anki limits `WindowsRTTTSFilePlayer` to `platform.release() == "10"`,
which was working fine on Windows 11 with Python 3.9 until the recent
Python version bump.


Closes #4343
2026-04-01 16:44:35 +03:00
..
2025-06-20 16:13:50 +07:00
2020-12-11 22:37:12 +10:00

Python's Qt GUI is in aqt/