File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed
Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Development
99 build
1010 guiqwt_to_plotpy
1111 v1_to_v2
12- platform
12+ platforms
Original file line number Diff line number Diff line change 1+ .. _platforms :
2+
13Reference test platforms
24------------------------
35
6+ The following sections describe the reference platforms for the project.
7+
8+ .. note ::
9+
10+ The officially supported Python versions are 3.8, 3.9 and 3.10.
11+ However, the project should work on any earlier Python 3 version.
12+
13+ The officially supported Qt binding is PyQt5. However, efforts have been
14+ made and will continue to be made to support PyQt6 and PySide6 as well.
15+
16+ The project is currently tested on the following platforms:
17+
18+ * Microsoft Windows 10 (64-bit)
19+ * CentOS Stream 8.8 (64-bit)
20+
21+ However, it should work on any other platform supported by its dependencies.
22+
423About requirements
524^^^^^^^^^^^^^^^^^^
625
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ Installation
44Dependencies
55------------
66
7- .. include :: ../requirements.rst
8-
97.. note ::
108
11- Python 3.11 is the reference for production release
9+ See :ref: `platforms ` section for more information about supported platforms,
10+ Python versions and Qt bindings.
11+
12+ .. include :: ../requirements.rst
1213
1314Installation using pip
1415----------------------
You can’t perform that action at this time.
0 commit comments