Skip to content

Commit 103b9a6

Browse files
Update README.md
1 parent 859586e commit 103b9a6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@
77

88
## Introduction
99

10-
`qasync` allows you to use coroutines in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop.
10+
`qasync` allows coroutines to be used in PyQt/PySide applications by providing an implementation of the `PEP 3156` event-loop.
1111

1212
`qasync` is a fork of [asyncqt](https://github.com/gmarull/asyncqt), which is a fork of [quamash](https://github.com/harvimt/quamash). May it live longer than its predecessors.
1313

14+
#### The future of `qasync`
15+
16+
`qasync` was created because `asyncqt` and `quamash` were no longer maintained. However, as of 28th February 2020, `asyncqt` appears to be active once more.
17+
18+
**`qasync` will continue to be maintained, and will still be accepting pull requests.** Improvements to `asyncqt` will be pulled downstream, and improvements to `qasync` will be sent upstream.
19+
1420
## Requirements
1521

16-
`qasync` requires Python 3.6 or greater, and PyQt5 or PySide2.
22+
`qasync` requires Python >= 3.6, and PyQt5 or PySide2.
1723

1824
## Installation
1925

0 commit comments

Comments
 (0)