Skip to content

Commit a8b53a7

Browse files
committed
ready for version 1.10.3
1 parent 4e4cdd7 commit a8b53a7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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',

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Work kind of in progress
4141
Next 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

0 commit comments

Comments
 (0)