Skip to content

Commit 7be10f0

Browse files
committed
Fix CI
1 parent 16f07d2 commit 7be10f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
mypy-version: "1.1.1"
2424

2525
# latest version of everything
26-
- python-version: "3.13"
26+
- python-version: "3.12" # switch to 3.13 when we switch pyside6 version
2727
mypy-version: "1.4.1"
2828

2929
steps:

0 commit comments

Comments
 (0)