CI now tests Python 3.10 as well

This commit is contained in:
Dennis Siemensma 2022-04-20 21:26:07 +02:00
parent bc6eab73de
commit f5bedb1e6e

View File

@ -16,6 +16,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- 3.10
name: Python ${{ matrix.python-version }}
steps: