Skip to content

Commit

Permalink
Merge pull request #292 from predict-idlab/py3.12
Browse files Browse the repository at this point in the history
🚀 Python 3.12 support
  • Loading branch information
jonasvdd committed Feb 5, 2024
2 parents 1abda53 + 9de1f3b commit 3ad7dea
Show file tree
Hide file tree
Showing 3 changed files with 571 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 3ad7dea

Please sign in to comment.