@@ -5,28 +5,15 @@ Requirements
5
5
6
6
Python _ 3.9 or above is required.
7
7
8
- * PyFtdi *v0.55 * is the last PyFtdi version to support Python 3.8.
9
-
10
-
11
- * Python 3.7 has reached end-of-life on June 27rd, 2023.
12
-
13
- * PyFtdi *v0.53 * is the last PyFtdi version to support Python 3.6.
14
-
15
- * Python 3.6 has reached end-of-life on December 23rd, 2021.
16
-
17
- * PyFtdi *v0.52 * is the last PyFtdi version to support Python 3.5.
18
-
19
- * Python 3.5 has reached end-of-life on September 5th, 2020.
20
-
21
8
PyFtdi _ relies on PyUSB _, which itself depends on one of the following native
22
9
libraries:
23
10
24
11
* libusb _, currently tested with 1.0.23
25
12
26
- PyFtdi _ does not depend on any other native library, and only uses standard
27
- Python modules along with PyUSB _ and pyserial _ .
13
+ PyFtdi _ does not depend on any other native library. It only uses standard
14
+ Python modules, and PyUSB _, pyserial _ and PyJtagTools _ .
28
15
29
- PyFtdi _ is beeing tested with PyUSB _ 1.1.0 .
16
+ PyFtdi _ is being tested with PyUSB _ 1.2.1 .
30
17
31
18
Development
32
19
~~~~~~~~~~~
@@ -39,6 +26,8 @@ supported platforms. However, M$ Windows is a seamless source of issues and is
39
26
not officially supported, although users have reported successful installation
40
27
with Windows 7 for example. Your mileage may vary.
41
28
29
+ A fork of PyFtdi which relies on the official FTDI D2XX Windows library might be
30
+ a better solution for Windows users, please check out PyFtdiWin _.
42
31
43
32
API breaks
44
33
~~~~~~~~~~
@@ -52,3 +41,22 @@ new PyFtdi releases. PyFtdi versions up to *v0.39.9* keep a stable API
52
41
with *v0.22+ * series.
53
42
54
43
See the *Major Changes * section for details about potential API breaks.
44
+
45
+ Legacy Python support
46
+ ~~~~~~~~~~~~~~~~~~~~~
47
+
48
+ * PyFtdi *v0.55 * is the last PyFtdi version to support Python 3.8.
49
+
50
+ * Python 3.8 has reached end-of-life on October 7th, 2024.
51
+
52
+ * PyFtdi *v0.54 * is the last PyFtdi version to support Python 3.7.
53
+
54
+ * Python 3.7 has reached end-of-life on June 27rd, 2023.
55
+
56
+ * PyFtdi *v0.53 * is the last PyFtdi version to support Python 3.6.
57
+
58
+ * Python 3.6 has reached end-of-life on December 23rd, 2021.
59
+
60
+ * PyFtdi *v0.52 * is the last PyFtdi version to support Python 3.5.
61
+
62
+ * Python 3.5 has reached end-of-life on September 5th, 2020.
0 commit comments