Drop tests on Python 3.7 and add 3.10.

This commit is contained in:
ljnsn 2022-12-21 21:16:32 +01:00
parent 8e4fa26733
commit 5f4cc608f6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.7", "3.8", "3.9"]
python_version: ["3.8", "3.9", "3.10"]
fail-fast: false
steps: