We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcd971 commit 16f07d2Copy full SHA for 16f07d2
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# latest version of everything
26
- python-version: "3.13"
27
- mypy-version: "1.1.1"
+ mypy-version: "1.4.1"
28
29
steps:
30
- uses: actions/checkout@v3
@@ -36,7 +36,8 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
- python -m pip install pip==21.2.4 # last version that works for editable install + mypy
+ python -m pip install --upgrade pip
40
+ python -m pip install setuptools==75.8.0
41
python -m pip install pyside6==${{ env.PYSIDE6_VERSION }} pytest mypy==${{ matrix.mypy-version }}
42
pip install -e . --config-settings editable_mode=compat
43
pip list
0 commit comments