Revert "Pin python to 3.11.5"

This reverts commit 6bcd8a6910.
This commit is contained in:
Raffson
2024-04-13 18:06:47 +02:00
parent 6bcd8a6910
commit f1eb8f9a87

View File

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