From c0d69acd440f5cc85f26d09b27fe3a9932de3d35 Mon Sep 17 00:00:00 2001 From: David Danier Date: Mon, 25 Nov 2024 22:42:31 +0100 Subject: [PATCH] ci: Update pipeline tests to use 3.13 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccdb6d8..e9dd380 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}