summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0a69eee1a..6b507c3db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,10 +79,10 @@ jobs:
matrix:
include:
### PyQt 5.7.1 (Python 3.5)
- - testenv: py35-pyqt57
- os: ubuntu-16.04
- python: 3.5
- experimental: true
+ # - testenv: py35-pyqt57
+ # os: ubuntu-16.04
+ # python: 3.5
+ # experimental: true
### PyQt 5.9 (Python 3.6)
- testenv: py36-pyqt59
os: ubuntu-18.04