Skip to content

Commit 0dd9b2b

Browse files
feat: Support Python 3.12
1 parent 7c777ef commit 0dd9b2b

File tree

3 files changed

+316
-308
lines changed

3 files changed

+316
-308
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
PIP_CONSTRAINT: .github/workflows/constraints.txt
1616
strategy:
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)