dep: support for Python 3.12 (#6771)

This commit is contained in:
Bowen Liang
2024-08-02 21:14:36 +08:00
committed by GitHub
parent 2e941bb91c
commit 70283f5b9f
4 changed files with 178 additions and 155 deletions

View File

@@ -21,6 +21,7 @@ jobs:
python-version:
- "3.10"
- "3.11"
- "3.12"
steps:
- name: Checkout code