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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8b6378fe75 - Show all commits

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: linux_amd64 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:

View File

@@ -15,7 +15,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python 3.12 - name: Set up Python 3.14
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.14" python-version: "3.14"