removing python 3.8 from workflows

This commit is contained in:
Mose Müller 2023-09-19 14:16:02 +02:00
parent 7a55903b01
commit a158308686

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3