Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with theta and add build for python 3.13 #95

Merged
merged 11 commits into from
Nov 29, 2024
Prev Previous commit
missing cp312 arm64 windows build...
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
  • Loading branch information
BDonnot committed Nov 29, 2024
commit af4d62ef68269700a0468839efd1229d0f2db51d
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -547,6 +547,8 @@ jobs:
name: macos-14
- python:
name: cp312 # because already done natively above
runner:
name: macos-14
- python:
name: cp313 # because already done natively above
runner:
Loading