Skip to content

Commit e2cc522

Browse files
authored
Update CI workflow to include Python 3.13
Add Python 3.13 configuration to CI workflow
1 parent 436afc7 commit e2cc522

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ jobs:
233233
major-dot-minor: "3.12"
234234
reactor:
235235
tox: pyside2
236+
- python:
237+
major-dot-minor: "3.13"
238+
reactor:
239+
tox: pyside2
236240
- python:
237241
major: 2
238242
reactor:

0 commit comments

Comments
 (0)