python: raise minimum supported python version to 3.9

Changelog-None
This commit is contained in:
daywalker90
2025-06-12 00:10:26 +02:00
committed by Christian Decker
parent 03b4f4778e
commit 40d319b7be
16 changed files with 23 additions and 63 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.9
- name: Install python modules
run: |