File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -181,15 +181,19 @@ jobs:
181181 name : darwin,
182182 os : macos-latest,
183183 }
184- - {
185- name : windows,
186- os : windows-2019,
187- }
184+ # - {
185+ # name: windows,
186+ # os: windows-2019,
187+ # }
188188 - {
189189 name : ubuntu,
190190 os : ubuntu-latest,
191191 }
192192 python :
193+ - {
194+ name : cp39,
195+ version : ' 3.9' ,
196+ }
193197 - {
194198 name : cp312,
195199 version : ' 3.12' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Work kind of in progress
4141Next release
4242---------------------------------
4343- numpy 2 compat (need pandapower for that)
44+ - automatic read from local dir also on windows !
4445- TODO doc for the "new" feature of automatic "experimental_read_from_local_dir"
4546- TODO bug on maintenance starting at midnight (they are not correctly handled in the observation)
4647 => cf script test_issue_616
You can’t perform that action at this time.
0 commit comments