Skip to content

Commit cd91711

Browse files
committed
More improvements to the README
1 parent 8dfe793 commit cd91711

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,15 @@ PYQT6 = false
168168
PYSIDE6 = false
169169
```
170170

171-
**Note**: These configurations are necessary for the correct usage of the default VSCode's type checking feature while using QtPy in your source code.
171+
**Note**: These configurations are necessary for the correct usage of the default VSCode's type
172+
checking feature while using QtPy in your source code.
172173

173174

174175
## Testing matrix
175176

176-
Currently, QtPy runs tests for the different bindings on Linux, Windows and macOS. It test on Python 3.7 and 3.11, and install the different bindings with `conda` and `pip`. For the PyQt bindings, we also check the installation of extra packages via `pip`.
177+
Currently, QtPy runs tests for different bindings on Linux, Windows and macOS, using
178+
Python 3.7 and 3.11, and installing those bindings with `conda` and `pip`. For the
179+
PyQt bindings, we also check the installation of extra packages via `pip`.
177180

178181
Following this, the current test matrix looks something like this:
179182

0 commit comments

Comments
 (0)