Skip to content

Commit 0f53039

Browse files
committed
🚀 Python 3.12 support
1 parent 2f0eba8 commit 0f53039

File tree

3 files changed

+266
-73
lines changed

3 files changed

+266
-73
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)