ci: improved ci pipeline; added 3.9 and 3.10 tests

This commit is contained in:
2023-01-28 17:29:56 +01:00
parent aeaabd028f
commit 7d169fdd53
2 changed files with 26 additions and 9 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
if __name__ == "__main__":
setup(
install_requires=["pyqt5", "pyqtgraph", "h5py"],
install_requires=["pyqt5", "pyqtgraph", "h5py", "PyQtWebEngine"],
entry_points={"console_scripts": ["grum=grum:main"]},
)