From 428ca0bb7ecea77fcdb5d79a813f7f07eb8d3134 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 3 Apr 2023 14:24:51 -0300 Subject: [PATCH] drop py37 from the CIS --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7932c0c1..5a2c1eca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,6 @@ jobs: matrix: include: # Warning: Unless in quotations, numbers below are read as floats. 3.10 < 3.2 - - python-version: '3.7' - esmf-version: 8.1 - python-version: '3.8' esmf-version: 8.2 - python-version: '3.9'