From ad7e404593ea9a3d9cbd5d7d5be99c3b8ef15c94 Mon Sep 17 00:00:00 2001 From: Quentin Grimonprez <19777553+Quentin62@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:01:59 +0100 Subject: [PATCH 1/2] ci: update python version --- .github/workflows/testing-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-cron.yml b/.github/workflows/testing-cron.yml index 309cca1e..8bf0b796 100644 --- a/.github/workflows/testing-cron.yml +++ b/.github/workflows/testing-cron.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 From 43ee4fe3ce049238d9d025a16cb58a47e7916175 Mon Sep 17 00:00:00 2001 From: Quentin Grimonprez <19777553+Quentin62@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:03:07 +0100 Subject: [PATCH 2/2] ci: update python version --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ddb7699f..390c8546 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4