update python in action

This commit is contained in:
Thephaseless 2024-11-30 12:42:17 +00:00
parent 933e318ab8
commit 37f0cbdb00

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "pip"
- name: Set up Poetry