From 709294352ddc59f40395dea13b13b86d322d8016 Mon Sep 17 00:00:00 2001 From: jpreiss Date: Wed, 5 Jun 2024 19:18:52 -0700 Subject: [PATCH] py 3.7 has been EOL --- .github/workflows/ci-simonly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-simonly.yml b/.github/workflows/ci-simonly.yml index 5b74e096c..5908cc87a 100644 --- a/.github/workflows/ci-simonly.yml +++ b/.github/workflows/ci-simonly.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [ubuntu-20.04, macos-latest] python: - - python-version: "3.7" + - python-version: "3.8" pyVer: python3 runs-on: ${{ matrix.os }}