Skip to content

Commit 0173dbc

Browse files
committed
rollback python 3.13 support, waiting for pandapower
1 parent 4a30e56 commit 0173dbc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 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,
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

@@ -126,10 +126,10 @@ jobs:
126126
name: cp312,
127127
version: '3.12',
128128
}
129-
- {
130-
name: cp313,
131-
version: '3.13',
132-
}
129+
# - { # issue with pandapower atm
130+
# name: cp313,
131+
# version: '3.13',
132+
# }
133133

134134
steps:
135135

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def my_test_suite():
2323

2424
pkgs = {
2525
"required": [
26-
"numpy>=1.20,<2", # disable numpy 2 for now
26+
"numpy",
2727
"scipy>=1.4.1",
2828
"pandas>=1.0.3",
2929
"pandapower>=2.2.2",

0 commit comments

Comments
 (0)