added 3.11 to the tests

This commit is contained in:
Yu Liao 2023-01-30 22:57:54 +00:00
parent b37946f493
commit 28b62fdb13

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.10"]
python-version: ["3.7", "3.8", "3.10", "3.11"]
include:
- python-version: "3.9"
use_coverage: 'coverage'