Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Jan 13, 2024
1 parent 296f3ce commit b7e8deb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ and, integrates naturally with the Python language.
## The design goals for aioreactive:

* Python 3.9+ only. We have a hard dependency [PEP
585](https://www.python.org/dev/peps/pep-0585/), Type Hinting Generics
In Standard Collections, data classes and type variables.
* Python 3.11+ only. We have a hard dependency [Expression v5]([https://www.python.org/dev/peps/pep-0585/](https://github.com/dbrattli/Expression)).
* All operators and tools are implemented as plain old functions.
* Everything is `async`. Sending values is async, subscribing to
observables is async. Disposing subscriptions is async.
Expand Down

0 comments on commit b7e8deb

Please sign in to comment.