Run tests with python 3.8 - 3.11

This commit is contained in:
Johan Norberg 2023-03-20 13:32:06 +01:00
parent b96f859e95
commit e0cfb95b95
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: ["3", "3.7"]
python-version: ["3", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@main