From fb313588869057bafc87bda4a604ec2183123d51 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 22 Sep 2023 10:23:37 -0700 Subject: [PATCH] Try again 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 3bfc19b0..67ccd7e0 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', '3.6'] + python-version: ['3.x', '3.6.x'] exclude: # Looks like pypy on Windows is 32-bit, so don't test it since we # only work with 64-bit builds