chore: bump python version

This commit is contained in:
Alexandre Teles 2023-04-10 20:44:14 -03:00
parent 4c141a69cd
commit 07dc65e1ee
No known key found for this signature in database
GPG Key ID: DB1C7FA46B1007F0

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10.10 python-version: 3.11.3
- name: Create configuration file - name: Create configuration file
run: echo "${{ vars.CONFIG }}" > config.json run: echo "${{ vars.CONFIG }}" > config.json