From 65aa38dc1b42d5aff5d60da0dea28e2fd69d0258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 13 Aug 2026 21:41:10 +0300 Subject: [PATCH] Help manual: recommend Python 3.10-3.13 for pyscard wheels on Windows --- help-ru.html | 2 +- help.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/help-ru.html b/help-ru.html index 10e0314..2daa7aa 100644 --- a/help-ru.html +++ b/help-ru.html @@ -326,7 +326,7 @@
  • Python 3.8+ с pip
  • Git
  • Смарт-картридер (PC/SC или serial/FTDI). Предпочтителен PC/SC; на Linux требуются pcsc-lite + ccid
  • -
  • Только Windowspyscard (обёртка драйвера PC/SC) устанавливается из готовых wheels PyPI, поэтому компилятор обычно не требуется. Microsoft C++ Build Tools («Desktop development with C++») нужны только если pip переходит к сборке из исходников (например, неподдерживаемая версия Python).
  • +
  • Только Windows — используйте Python 3.10–3.13 (рекомендуется 3.13): pyscard (обёртка драйвера PC/SC) поставляет готовые wheels для этих версий. На Python 3.9 / 3.14 pip собирает pyscard из исходников, для чего требуются Microsoft C++ Build Tools («Desktop development with C++»).
  • 7.2 Быстрый старт — Linux / macOS

    diff --git a/help.html b/help.html index c83cced..a003f7f 100644 --- a/help.html +++ b/help.html @@ -326,7 +326,7 @@
  • Python 3.8+ with pip
  • Git
  • Smart card reader (PC/SC or serial/FTDI). PC/SC is preferable; on Linux it requires pcsc-lite + ccid
  • -
  • Windows onlypyscard (the PC/SC driver wrapper) is installed from precompiled PyPI wheels, so no compiler is normally needed. Microsoft C++ Build Tools (“Desktop development with C++”) are only required if pip falls back to a source build (e.g. unsupported Python version).
  • +
  • Windows only — use Python 3.10–3.13 (3.13 recommended): pyscard (the PC/SC driver wrapper) ships precompiled wheels for these versions. On Python 3.9 / 3.14 pip builds pyscard from source, which requires Microsoft C++ Build Tools (“Desktop development with C++”).
  • 7.2 Quick start — Linux / macOS