Drop support for Python 3.7

This commit is contained in:
Christoph Reiter
2022-04-01 14:34:39 +02:00
parent 76cd6ec28a
commit c4290f7673
3 changed files with 7 additions and 93 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}