From 346a901b326750dc4121510844de1cd175225e7c Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Wed, 10 Apr 2024 00:04:57 +0200 Subject: [PATCH] Include Python 3.12 in CI --- .github/workflows/build-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index c98ea51..7b55c3d 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -45,7 +45,7 @@ jobs: needs: build strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}