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

@@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
config:
- { python-version: 3.8, tox-env: lint}
- { python-version: "3.10", tox-env: lint}
steps:
- name: Checkout the repository
uses: actions/checkout@v2