bump python version for CI build #1

Merged
lucasjensen merged 3 commits from branch-testing into main 2026-01-02 05:24:24 +00:00
Showing only changes of commit c620c28f54 - Show all commits

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
python-version: "3.14"
- name: Install poetry
uses: abatilo/actions-poetry@v2