Revert "Update to Python3.11"

This reverts commit d6ba45a42b.
This commit is contained in:
Raffson
2023-10-15 20:53:03 +02:00
parent b0047784dc
commit be634ab961
2 changed files with 4 additions and 4 deletions

View File

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