chg: [workflow] Python 3.8 is now officially EoL

pull/700/head
Alexandre Dulaunoy 2024-10-15 13:56:26 +02:00
parent 74eee490a6
commit 58cce0b81a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps: