From e8150015ad4a555c564fcc3a3702f0e9435cc41a Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 12 Jun 2023 12:34:22 -0400 Subject: [PATCH] Try newer Python in the hopes this will speed things up. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9854ae4..1061657b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: matrix: include: - os: macos-12 - python-version: "3.9" + python-version: "3.11" force-foolscap: false - os: windows-latest python-version: "3.11"