From a7bad1a25dbe4f7c9ad744104c9606bdddfcbc73 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 23 Jun 2026 08:33:03 +0200 Subject: [PATCH] CI: Python 3.10->3.12 --- .github/workflows/python.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9080fd0..fee58ff 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10'] + python-version: ['3.12'] steps: - name: Check out repository @@ -26,7 +26,7 @@ jobs: pip install -e . pip install pytest pytest test - + - name: Run tests from sdist install run: | cd src/python @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10'] + python-version: ['3.12'] steps: - name: Check out repository diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a09941f..f6754ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.12] steps: - name: Check out repository