mirror of
https://github.com/ankitects/anki.git
synced 2026-04-04 21:47:34 -04:00
`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
Python's Qt GUI is in aqt/