File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
name : Continuous Integration
3
3
4
4
env :
5
- PYSIDE6_VERSION : 6.6.2
6
5
7
6
on :
8
7
push :
@@ -21,10 +20,12 @@ jobs:
21
20
# oldest version of pyhon / mypy which works
22
21
- python-version : " 3.9"
23
22
mypy-version : " 1.1.1"
23
+ pyside6-version : " 6.6.2"
24
24
25
25
# latest version of everything
26
26
- python-version : " 3.13"
27
- mypy-version : " 1.4.1"
27
+ mypy-version : " 1.15"
28
+ pyside6-version : " 6.8.2.1"
28
29
29
30
steps :
30
31
- uses : actions/checkout@v3
38
39
run : |
39
40
python -m pip install --upgrade pip
40
41
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 }}
42
43
pip install -e . --config-settings editable_mode=compat
43
44
pip list
44
45
You can’t perform that action at this time.
0 commit comments