From 45cff4fc77ba295a091b3da814486cbe70253e61 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 8 Jan 2025 17:04:42 +0100 Subject: [PATCH] chore: Update python 3.9 gh action to use 3.12 instead --- .../workflows/{test_python_3_9.yml => test_python_3_12.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test_python_3_9.yml => test_python_3_12.yml} (96%) diff --git a/.github/workflows/test_python_3_9.yml b/.github/workflows/test_python_3_12.yml similarity index 96% rename from .github/workflows/test_python_3_9.yml rename to .github/workflows/test_python_3_12.yml index 21015e348..5a032144a 100644 --- a/.github/workflows/test_python_3_9.yml +++ b/.github/workflows/test_python_3_12.yml @@ -1,4 +1,4 @@ -name: test | python 3.9 +name: test | python 3.12 on: workflow_dispatch: @@ -31,7 +31,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.9.x' + python-version: '3.12.x' - name: Install Poetry # https://github.com/snok/install-poetry#running-on-windows