Remove 3.7 support

This commit is contained in:
Andras Schmelczer 2022-07-02 23:01:53 +02:00
parent b89556cc39
commit d17a40c85b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

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