Skip to content

Commit

Permalink
chore: Update mypy (#5035)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 30, 2022
1 parent 493b0a0 commit c3fe475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: Change '3.10.6' to '3.10' after updating mypy version
# See issue: https://github.com/pola-rs/polars/issues/4957
python-version: ['3.7', '3.10.6']
python-version: ['3.7', '3.10']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xlsx2csv
# Tooling
hypothesis==6.54.5
maturin==0.13.2
mypy==0.971
mypy==0.981
pytest==7.1.3
pytest-cov==3.0.0

Expand Down

0 comments on commit c3fe475

Please sign in to comment.