Skip to content

Commit 49ce846

Browse files
committed
Add python 3.13 to CI tests.
1 parent 27cf358 commit 49ce846

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["ubuntu-latest", "macos-latest", "macos-13"]
13-
python: ["3.8", "3.10", "3.12"]
13+
python: ["3.8", "3.10", "3.12", "3.13"]
1414
include:
1515
- qt: "PyQt6" # default values
1616
experimental: false
@@ -19,7 +19,7 @@ jobs:
1919
- python: "3.10"
2020
qt: "PyQt5"
2121
- os: "windows-latest" # windows added manually
22-
python: "3.12"
22+
python: "3.13"
2323
qt: "PyQt6"
2424
experimental: false
2525
- os: "windows-latest"
@@ -33,6 +33,8 @@ jobs:
3333
exclude:
3434
- os: "macos-13" # Reduce number of total macOS combinations. Use only the latest and few older ones on x86_64
3535
python: "3.10"
36+
- os: "macos-13"
37+
python: "3.12"
3638

3739
steps:
3840
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)