Skip to content

Commit 31ae923

Browse files
committed
test python 3.13 on gtihub CI
Signed-off-by: Benjamin Donnot <[email protected]>
1 parent 65e4f3e commit 31ae923

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
abi: cp312,
4444
version: '3.12',
4545
}
46-
# - {
47-
# name: cp313, # issue with pandapower atm
48-
# abi: cp313,
49-
# version: '3.13',
50-
# }
46+
- {
47+
name: cp313, # issue with pandapower atm
48+
abi: cp313,
49+
version: '3.13',
50+
}
5151

5252
steps:
5353

@@ -141,10 +141,10 @@ jobs:
141141
name: cp312,
142142
version: '3.12',
143143
}
144-
# - { # issue with pandapower atm
145-
# name: cp313,
146-
# version: '3.13',
147-
# }
144+
- { # issue with pandapower atm
145+
name: cp313,
146+
version: '3.13',
147+
}
148148

149149
steps:
150150

@@ -220,8 +220,8 @@ jobs:
220220
version: '3.9',
221221
}
222222
- {
223-
name: cp312,
224-
version: '3.12',
223+
name: cp313,
224+
version: '3.13',
225225
}
226226

227227
steps:

0 commit comments

Comments
 (0)