From fc93a3d4d72b719a833685f7705fe629821c39bd Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 8 Nov 2021 19:23:00 +1000 Subject: [PATCH] Python 3.10 not usable on Windows No winrt wheel is available yet https://forums.ankiweb.net/t/editor-did-init-left-buttons-hook-is-not-working/14703 --- docs/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index f009a5fdf..27c56fdf4 100644 --- a/docs/development.md +++ b/docs/development.md @@ -17,7 +17,8 @@ Pre-built Python packages are available on PyPI. They are useful if you wish to: You will need the 64 bit version of Python 3.9 or 3.10 installed. 3.9 is recommended, as Anki has only received minimal testing on 3.10 so far, and some dependencies have not -been fully updated yet. You can install Python from python.org or from your distro. +been fully updated yet. On Windows, only 3.9 will work. You can install Python from +python.org or from your distro. **Mac/Linux**: