Test for 3.11 support (#2612)

Co-authored-by: Zhiwei <zhi.wei.liang@outlook.com>
This commit is contained in:
Adam Hopkins
2022-12-17 23:46:22 +02:00
committed by GitHub
parent 154863d6c6
commit bfb54b0969
13 changed files with 62 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- name: Checkout Repository