Skip to content

Commit 3bfdaf9

Browse files
committed
feat: add support for Python 3.12, removed support for Python 3.8, readme update
1 parent d4e1dc0 commit 3bfdaf9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ Example at [axis.py](https://github.com/domarm-comat/pglive/blob/main/pglive/exa
135135
# Summary #
136136

137137
- With Pglive You've got an easy Thread-safe live plot implementation in Pyqt5, Pyqt6 or PySide6
138-
- It works from Python3.9 and in Python3.12 as well
139138
- You can use all `kwargs` that works in [pyqtgraph](https://pyqtgraph.readthedocs.io/en/latest/getting_started/index.html#getting-started-ref)
140-
- Use your pyqtgraph plots with `DataConnector` directly
141-
- **Focus on Data Handling, not Data Plotting**
139+
- Use your plots with `DataConnector` directly
140+
- It works with Python3.9, 3.10, 3.11 and 3.12 as well
141+
- Multiple optimized plot types
142+
- Many examples for easy start
142143

143144
If you find PgLive helpful, please consider [supporting me](https://ko-fi.com/domarmcomatsk), it helps a lot!
144145
Thanks to all contributors, feel free to suggest missing feature or any bug on [GitHub](https://github.com/domarm-comat/pglive/issues).

0 commit comments

Comments
 (0)