Skip to content

Commit

Permalink
pin python 3.12.3 for tests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
austinweisgrau committed Oct 9, 2024
1 parent 710532a commit 963e1e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- "3.12"
- "3.12.3"
- "3.11"
- "3.10"
- "3.9"
Expand All @@ -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"
Expand Down

0 comments on commit 963e1e8

Please sign in to comment.