Skip to content

Commit 9b0aeb8

Browse files
committed
Remove 3.13
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent 0310c66 commit 9b0aeb8

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", "3.13"]
109+
python: ["3.11", "3.12"]
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", "3.13"]
140+
python: ["3.11", "3.12"]
141141
fail-fast: false
142142
runs-on: ${{ matrix.os }}
143143

0 commit comments

Comments
 (0)