Add testing on Python 3.7

This commit is contained in:
Andras Schmelczer 2022-07-02 08:27:11 +02:00
parent aa3131dcc1
commit 36956b472e

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8.12", "3.9.12", "3.10.4"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout