update build to python3.13

This commit is contained in:
Lucas Jensen
2024-12-07 21:03:51 -08:00
parent c8bd1b8888
commit 22505a4b01

View File

@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.13"
- name: Install poetry
uses: abatilo/actions-poetry@v2