From 3ba93325890a7f32433566e17ef65b71531a33cd Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Thu, 16 Jan 2025 16:16:38 +0100 Subject: [PATCH] [ci] test on more python versions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ff1568..393d3f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest, macos-13] steps: @@ -46,7 +46,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Generate Report run: | @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Setup build environment run: | python -m pip install --upgrade pip wheel setuptools