소스 검색

Drop PySide2 from support

Kentaro Wada 4 년 전
부모
커밋
7be04b2201
2개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 5
      .github/workflows/ci.yml
  2. 1 1
      README.md

+ 1 - 5
.github/workflows/ci.yml

@@ -14,16 +14,12 @@ jobs:
       matrix:
         os: [macos-latest, ubuntu-latest, windows-latest]
         python-version: ['3.7', '2.7']
-        PYTEST_QT_API: [pyqt5, pyqt4v2, pyside2]
+        PYTEST_QT_API: [pyqt5, pyqt4v2]
         exclude:
           - os: macos-latest
             PYTEST_QT_API: pyqt4v2
-          - os: macos-latest
-            PYTEST_QT_API: pyside2
           - os: windows-latest
             PYTEST_QT_API: pyqt4v2
-          - os: windows-latest
-            PYTEST_QT_API: pyside2
           - python-version: '3.7'
             PYTEST_QT_API: pyqt4v2
 

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ It is written in Python and uses Qt for its graphical interface.
 
 - Ubuntu / macOS / Windows
 - Python2 / Python3
-- [PyQt4 / PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) / [PySide2](https://wiki.qt.io/PySide2_GettingStarted)
+- [PyQt4 / PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro)
 
 
 ## Installation