From c31cba5e068f5d8230d658d3c2d2df5e9eaa5779 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Tue, 22 Dec 2020 12:16:05 -0800 Subject: [PATCH] Update README --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c86f5445..c148f1f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - -[![Build Status](https://pyqtgraph.visualstudio.com/pyqtgraph/_apis/build/status/pyqtgraph.pyqtgraph?branchName=master)](https://pyqtgraph.visualstudio.com/pyqtgraph/_build/latest?definitionId=17&branchName=master) +![Build Status](https://github.com/j9ac9k/pyqtgraph/workflows/.github/workflows/main.yml/badge.svg?branch=migrate-to-github-actions) [![Documentation Status](https://readthedocs.org/projects/pyqtgraph/badge/?version=latest)](https://pyqtgraph.readthedocs.io/en/latest/?badge=latest) PyQtGraph @@ -24,21 +23,20 @@ pyqtgraph has adopted [NEP 29](https://numpy.org/neps/nep-0029-deprecation_polic This project supports: * All minor versions of Python released 42 months prior to the project, and at minimum the two latest minor versions. - * All minor versions of numpy released in the 24 months prior to the project, and at minimum the last three minor versions. * All minor versions of Qt 5 currently supported by upstream Qt (Note, Qt 6 support is not yet implemented) - Currently this means: * Python 3.7+ -* Qt 5.12, 5.15 +* Qt 5.12-5.15 * Required - * PyQt5, or PySide2 + * PyQt5 or PySide2 * `numpy` 1.17+ * Optional * `scipy` for image processing * `pyopengl` for 3D graphics + * `pyopengl` on macOS Big Sur only works with python 3.9.1+ * `hdf5` for large hdf5 binary format support Qt Bindings Test Matrix @@ -46,12 +44,12 @@ Qt Bindings Test Matrix The following table represents the python environments we test in our CI system. Our CI system uses Ubuntu 18.04, Windows Server 2019, and macOS 10.15 base images. -| Qt-Bindings | Python 3.6 | Python 3.7 | Python 3.8 | +| Qt-Bindings | Python 3.7 | Python 3.8 | Python 3.9 | | :------------- | :----------------: | :----------------: | :----------------: | -| PyQt5-5.9 | :white_check_mark: | :x: | :x: | -| PySide2-5.13 | :x: | :white_check_mark: | :x: | -| PyQt5-Latest | :x: | :x: | :white_check_mark: | -| PySide2-Latest | :x: | :x: | :white_check_mark: | +| PySide2-5.12 | :white_check_mark: | :x: | :x: | +| PyQt5-5.12 | :white_check_mark: | :x: | :x: | +| PySide2-5.15 | :x: | :white_check_mark: | :white_check_mark: | +| PyQt5-5.15 | :x: | :white_check_mark: | :white_check_mark: | Support -------