Upgrade to Python 3.11

Partially fixes the bug where no error is shown in case of campaign errors when clicking Finish in the NGW
This commit is contained in:
Raffson 2024-04-13 15:18:02 +02:00
parent 327c934ed3
commit 61fe67660f
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -6,7 +6,7 @@ runs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: "3.10" python-version: "3.11"
cache: pip cache: pip
- name: Install environment - name: Install environment