From 7a63ea6480c1a127f9be39c127d903071bf91243 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 May 2022 14:54:51 +0530 Subject: [PATCH] Drop python 3.7 from CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b87c321d..d7fa2f68b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,15 +20,15 @@ jobs: cc: [gcc, clang] include: - python: a - pyver: 3.7 + pyver: 3.8 sanitize: 0 - python: b - pyver: 3.8 + pyver: 3.9 sanitize: 1 - python: c - pyver: 3.9 + pyver: 3.10 sanitize: 1