From ddddb18252a6bac54084fc5e18801d80a6fd48c4 Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:12:44 +0100 Subject: [PATCH] removed py37 from mac (cause EOL) --- .github/workflows/macWF.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macWF.yml b/.github/workflows/macWF.yml index 3ba17ad760..85da67cdbb 100644 --- a/.github/workflows/macWF.yml +++ b/.github/workflows/macWF.yml @@ -22,7 +22,7 @@ jobs: variant: [ "" , "+allmodules" ] # see https://github.community/t/how-to-conditionally-include-exclude-items-in-matrix-eg-based-on-branch/16853/6 for possible exclusions env: - PYVERS: "py37 py38 py39 py310" + PYVERS: "py38 py39 py310" steps: - uses: actions/checkout@v3 - uses: actions/cache@v3