From 85452ac6fcb5d61e09137c0f50a27738a1eee5a7 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Jul 2025 09:46:52 +0200 Subject: [PATCH 1/5] feat(cicd): test against python 3.13, 3.14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 573837e..480c5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Checkout code From 109c948c23696d64632e6582a4e7790617f31cb4 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Jul 2025 09:50:42 +0200 Subject: [PATCH 2/5] feat(cicd): test against python 3.14.0-beta.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 480c5c4..f292d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: + ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.3"] steps: - name: Checkout code From cb3eb3cfe2e0cfbfd3c8612cc2f218ad5707d787 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Jul 2025 09:59:24 +0200 Subject: [PATCH 3/5] chore(cicd): bump uv-setup --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f292d55..6f24a2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: uses: actions/checkout@v3 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v6 with: - version: "0.4.20" + version: "6.3.1" enable-cache: true - name: Install the project @@ -34,17 +34,16 @@ jobs: strategy: matrix: - python-version: - ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.3"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Checkout code uses: actions/checkout@v3 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v6 with: - version: "0.4.20" + version: "6.3.1" enable-cache: true - name: Set up Python ${{ matrix.python-version }} From e3904223f0dd36dbdffb48ecf91e45e81a8900a5 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Jul 2025 14:15:07 +0200 Subject: [PATCH 4/5] chore(cicd): bump uv --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f24a2b..2273bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v6 with: - version: "6.3.1" + version: "0.7.18" enable-cache: true - name: Set up Python ${{ matrix.python-version }} From 2e543f7a9f01fc27dcf051307cb0134d7854a009 Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Jul 2025 14:16:10 +0200 Subject: [PATCH 5/5] chore(cicd): bump uv --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2273bf3..07ab25a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v6 with: - version: "6.3.1" + version: "0.7.18" enable-cache: true - name: Install the project