From 3b7f20092088bd81f2fbf1c06ae1d3fa32f78c5c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 22 Sep 2023 10:19:07 -0700 Subject: [PATCH] Run Python 3.6 in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fdfe5410..3bfc19b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.x'] + python-version: ['3.x', '3.6'] exclude: # Looks like pypy on Windows is 32-bit, so don't test it since we # only work with 64-bit builds