Bump CI python version to 3.11

This commit is contained in:
Matthias
2023-12-26 17:49:01 +01:00
parent d329ad28c2
commit d282027858

View File

@@ -365,7 +365,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Cache_dependencies
uses: actions/cache@v3