From a33dca3324fd4a11cb085c58b274d2a3728d3811 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Tue, 3 Dec 2024 16:08:20 +0100 Subject: [PATCH] chore: gh-actions, run non-code actions against python 3.12 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1910f8b..3dd687f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: max-parallel: 4 matrix: python-version: - - '3.9' + - '3.12' steps: - name: Checkout uses: actions/checkout@v4 @@ -95,7 +95,7 @@ jobs: max-parallel: 4 matrix: python-version: - - '3.9' + - '3.12' steps: - name: Checkout uses: actions/checkout@v4 @@ -117,7 +117,7 @@ jobs: max-parallel: 4 matrix: python-version: - - '3.9' + - '3.12' steps: - name: Checkout uses: actions/checkout@v4