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 16f07d2 commit 7be10f0Copy full SHA for 7be10f0
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
mypy-version: "1.1.1"
24
25
# latest version of everything
26
- - python-version: "3.13"
+ - python-version: "3.12" # switch to 3.13 when we switch pyside6 version
27
mypy-version: "1.4.1"
28
29
steps:
0 commit comments