Revert "Update to Python 3.12."

Might fix https://github.com/dcs-liberation/dcs_liberation/issues/3276.
If not, we need to revert the Qt upgrade too, and if we downgrade Qt we
can't use Python 3.12 anyway.

This reverts commit 65eb10639b.
This commit is contained in:
Dan Albert
2023-12-02 12:07:26 -08:00
parent f7141a9882
commit f5573cfc19
3 changed files with 2 additions and 3 deletions

View File

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