From ed004c035bc8aa1615e088be19b9909e95502a29 Mon Sep 17 00:00:00 2001 From: jellaway Date: Wed, 2 Oct 2024 12:21:14 +0100 Subject: [PATCH] Python patch pump 3.10.14->3.10.15 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c3c413..f607b29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.10.14] + python-version: [3.10.15] steps: - uses: actions/checkout@v2 @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.10.14] + python-version: [3.10.15] needs: build steps: