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

@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout repository