bump python version for CI build (#1)

Co-authored-by: Lucas Jensen <lucas@lucasjensen.me>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-01-02 05:24:23 +00:00
parent 45773e64df
commit fc7c6523f6
3 changed files with 4 additions and 4 deletions

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,10 +15,10 @@ 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.12" python-version: "3.14"
- name: Install poetry - name: Install poetry
uses: abatilo/actions-poetry@v2 uses: abatilo/actions-poetry@v2

View File

@@ -29,7 +29,7 @@ function App() {
}, },
(error) => { (error) => {
console.error(error); console.error(error);
} },
); );
}, []); }, []);