Skip to content

Commit

Permalink
build: update to safe-ds 0.18 and re-enable python 3.12 (#52)
Browse files Browse the repository at this point in the history
- restore python 3.12 support, as library now re-enabled support
(Safe-DS/Library#536)
  • Loading branch information
WinPlay02 authored Feb 4, 2024
1 parent 022ca7a commit 9ee959d
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 @@ -14,7 +14,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
Loading

0 comments on commit 9ee959d

Please sign in to comment.