File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22name : Continuous Integration
33
44env :
5- PYSIDE6_VERSION : 6.6.2
65
76on :
87 push :
@@ -21,10 +20,12 @@ jobs:
2120 # oldest version of pyhon / mypy which works
2221 - python-version : " 3.9"
2322 mypy-version : " 1.1.1"
23+ pyside6-version : " 6.6.2"
2424
2525 # latest version of everything
2626 - python-version : " 3.13"
27- mypy-version : " 1.4.1"
27+ mypy-version : " 1.15"
28+ pyside6-version : " 6.8.2.1"
2829
2930 steps :
3031 - uses : actions/checkout@v3
3839 run : |
3940 python -m pip install --upgrade pip
4041 python -m pip install setuptools==75.8.0
41- python -m pip install pyside6==${{ env.PYSIDE6_VERSION }} pytest mypy==${{ matrix.mypy-version }}
42+ python -m pip install pyside6==${{ matrix.pyside6-version }} pytest mypy==${{ matrix.mypy-version }}
4243 pip install -e . --config-settings editable_mode=compat
4344 pip list
4445
You can’t perform that action at this time.
0 commit comments