ci: python 3.7 removed from ci.

This commit is contained in:
Fabian Joswig 2023-05-21 17:11:38 +01:00
parent 21def4aad1
commit 86c060e79f
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: 3.9