added 3.11 to the tests

This commit is contained in:
Yu Liao 2023-01-30 22:57:54 +00:00
parent 806fb623e1
commit cec66a1b55

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'