From 963e1e826772cc442a75944f4839052715bf36ee Mon Sep 17 00:00:00 2001 From: Austin Weisgrau Date: Wed, 9 Oct 2024 12:17:58 -0700 Subject: [PATCH] pin python 3.12.3 for tests there is a breaking change to email.parseaddr standard library package somewhere between 3.12.3 and 3.12.6 that breaks a test_gmail test --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 176fa5245..0e7b6bfed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - ubuntu-latest - windows-latest python-version: - - "3.12" + - "3.12.3" - "3.11" - "3.10" - "3.9" @@ -37,9 +37,9 @@ jobs: - "TRUE" include: - os: macos-latest - python-version: "3.12" + python-version: "3.12.3" - os: macos-latest - python-version: "3.12" + python-version: "3.12.3" limited-dependencies: "TRUE" - os: macos-latest python-version: "3.8"