Version 0.14.1
- Handled
RuntimeError
when runningtest_eventfilter.py
on Ubuntu 22.04 (Python 3.12, PyQt5) - Fixed
ResourceWarning: unclosed file
intest_cpudemo.py
(purely test issue) - Fixed segmentation fault in
test_multidemo.py
(purely test issue, related to test utility moduleqwt.tests.utils
) - Update GitHub actions to use the latest versions of actions/checkout, actions/setup-python, ...