Skip to content

Commit 0310c66

Browse files
committed
add python 3.13 to testing list
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent 7be78c9 commit 0310c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
matrix:
108108
os: [ubuntu-latest, macos-latest, windows-latest]
109-
python: ["3.11", "3.12"]
109+
python: ["3.11", "3.12", "3.13"]
110110
fail-fast: false
111111
runs-on: ${{ matrix.os }}
112112

@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
matrix:
139139
os: [ubuntu-latest, macos-latest, windows-latest]
140-
python: ["3.11", "3.12"]
140+
python: ["3.11", "3.12", "3.13"]
141141
fail-fast: false
142142
runs-on: ${{ matrix.os }}
143143

0 commit comments

Comments
 (0)