Skip to content

Commit a99fa85

Browse files
committed
Doc: added officially supported Python/Qt versions
1 parent 1027d78 commit a99fa85

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

doc/dev/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Development
99
build
1010
guiqwt_to_plotpy
1111
v1_to_v2
12-
platform
12+
platforms
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
.. _platforms:
2+
13
Reference 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+
423
About requirements
524
^^^^^^^^^^^^^^^^^^
625

doc/intro/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Installation
44
Dependencies
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

1314
Installation using pip
1415
----------------------

0 commit comments

Comments
 (0)