Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
feat: compatibility with safe-ds v0.17.0 (#121)
Browse files Browse the repository at this point in the history
### Summary of Changes

Integrate API changes of [`safe-ds`
v0.17.0](https://github.com/Safe-DS/Stdlib/releases/tag/v0.17.0).
  • Loading branch information
lars-reimann authored Jan 11, 2024
1 parent 7973c4d commit bd12659
Show file tree
Hide file tree
Showing 5 changed files with 1,151 additions and 789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version:
- "3.11"
- "3.12"
# - "3.12"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
python-version:
- "3.11"
- "3.12"
# - "3.12"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ coverage.xml

# mkdocs
/site/
/docs/reference/safeds_examples/
/docs/reference/SUMMARY.md

# MegaLinter
report/
Expand Down
Loading

0 comments on commit bd12659

Please sign in to comment.