Update to Python3.11

This commit is contained in:
Raffson
2023-10-15 19:53:24 +02:00
parent 291822b5c8
commit d6ba45a42b
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.10"
python-version: "3.11"
cache: pip
- name: Install environment