Skip to content

Commit

Permalink
ready for version 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 11, 2024
1 parent 4e4cdd7 commit a8b53a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,19 @@ jobs:
name: darwin,
os: macos-latest,
}
- {
name: windows,
os: windows-2019,
}
# - {
# name: windows,
# os: windows-2019,
# }
- {
name: ubuntu,
os: ubuntu-latest,
}
python:
- {
name: cp39,
version: '3.9',
}
- {
name: cp312,
version: '3.12',
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Work kind of in progress
Next release
---------------------------------
- numpy 2 compat (need pandapower for that)
- automatic read from local dir also on windows !
- TODO doc for the "new" feature of automatic "experimental_read_from_local_dir"
- TODO bug on maintenance starting at midnight (they are not correctly handled in the observation)
=> cf script test_issue_616
Expand Down

0 comments on commit a8b53a7

Please sign in to comment.