Skip to content

Commit f4fa44b

Browse files
committed
PYTHON-3679 Support mypy 1.2
1 parent 2cc8fb1 commit f4fa44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache-dependency-path: 'setup.py'
5959
- name: Install dependencies
6060
run: |
61-
python -m pip install -U pip mypy==0.990
61+
python -m pip install -U pip mypy==1.2
6262
pip install -e ".[zstd, encryption, ocsp]"
6363
- name: Run mypy
6464
run: |

0 commit comments

Comments
 (0)