extend ci for python 3.8 and 3.11-dev

This commit is contained in:
Jakub Miazek 2022-06-04 15:29:34 +02:00
parent 40a92cfa32
commit 38ac92e95a

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
services: