File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,13 @@ jobs:
70
70
use-conda : ' No'
71
71
pyqt-extras : ' Yes' # Check PyQt extras
72
72
skip-pyside2 : true # Pyside2 wheels don't support Python 3.11+
73
+ pyqt6-version : ' 6.5' # Test upper bound
73
74
pyside6-version : ' 6.5' # Test upper bound
74
75
- os : windows-latest
75
76
python-version : ' 3.7'
76
77
use-conda : ' Yes'
77
78
pyqt5-version : ' 5.9' # Test lower bound
78
- skip-pyside6 : true # Test hangs
79
+ skip-pyside6 : true # Test hangs with 6.4. 6.5 is not available for Python 3.7
79
80
- os : windows-latest
80
81
python-version : ' 3.7'
81
82
use-conda : ' No'
@@ -116,7 +117,7 @@ jobs:
116
117
echo "SKIP_PYSIDE6:" ${{ matrix.skip-pyside6 }}
117
118
echo "PYSIDE6_VERSION:" ${{ env.PYSIDE6_VERSION }}
118
119
echo "PYSIDE6_QT_VERSION:" ${{ env.PYSIDE6_QT_VERSION }}
119
- echot "---- Other"
120
+ echo "---- Other"
120
121
echo "SKIP_PIP_CHECK:" ${{ env.SKIP_PIP_CHECK }}
121
122
- name : Checkout branch
122
123
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments