Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #845 from engnadeau/CVE-2021-34141
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau authored Sep 26, 2022
2 parents 28adb3a + 4233c22 commit 90f825b
Show file tree
Hide file tree
Showing 12 changed files with 666 additions and 564 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
# TODO: remove pinned minor version when mypy >0.971 is released
# https://github.com/python/mypy/issues/13627#issuecomment-1240907370
- "3.10.6"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -39,7 +40,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down Expand Up @@ -69,7 +69,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -92,7 +91,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
Loading

0 comments on commit 90f825b

Please sign in to comment.