Skip to content

Commit 3ad7dea

Browse files
authored
Merge pull request #292 from predict-idlab/py3.12
🚀 Python 3.12 support
2 parents 1abda53 + 9de1f3b commit 3ad7dea

File tree

3 files changed

+571
-219
lines changed

3 files changed

+571
-219
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
28-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
28+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2929
defaults:
3030
run:
3131
shell: bash

0 commit comments

Comments
 (0)