Skip to content

Commit 9cb3a14

Browse files
committed
README.md: added short-term roadmap
1 parent ffe1032 commit 9cb3a14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ plot items needed by `guiqwt`): `QwtPlotItem` (base class), `QwtPlotItem`,
8585
See "Overview" section in [documentation](https://pythonqwt.readthedocs.io/en/latest/)
8686
for more details on API limitations when comparing to Qwt.
8787

88+
## Roadmap
89+
90+
The `qwt` package short-term roadmap is the following:
91+
92+
- [ ] Drop support for PyQt4 and PySide2
93+
- [ ] Drop support for Python < 3.8
94+
- [ ] Replace `setup.py` by `pyproject.toml`, using `setuptools` (e.g. see `guidata`)
95+
- [ ] Add more unit tests: the ultimate goal is to reach 90% code coverage
96+
8897
## Dependencies
8998

9099
### Requirements

0 commit comments

Comments
 (0)