Update CI to run on python 3.10

This commit is contained in:
Matthias 2021-08-08 10:24:54 +02:00
parent 7eaadb2630
commit 5de85ef07b

View File

@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10-dev"]
steps:
- uses: actions/checkout@v2