Skip to content

Commit

Permalink
pin python patch version 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 on all recent python version patches
  • Loading branch information
austinweisgrau committed Oct 9, 2024
1 parent 710532a commit 70552e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.12.3"
- "3.11.9"
- "3.10.14"
- "3.9.19"
- "3.8.18"
limited-dependencies:
- ""
- "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"
python-version: "3.8.18"
- os: macos-latest
python-version: "3.8"
python-version: "3.8.18"
limited-dependencies: "TRUE"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 70552e9

Please sign in to comment.