feat: update python version

This commit is contained in:
Eduardo Chiarotti
2024-10-08 17:49:50 -03:00
parent 8467cda1fa
commit 234fc4d18e

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11.9"
- name: Install Requirements
run: |