Skip to content

Commit

Permalink
Changed mypy version as an attempt to fix the Py 3.11 error (Travis CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Jun 2, 2022
1 parent 5c34f2b commit 7e477e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- |
if [[ ! $TRAVIS_PYTHON_VERSION =~ ^2 && ! $TRAVIS_PYTHON_VERSION =~ ^pypy ]]; then
pip install flake8;
pip install mypy!=0.950;
pip install "mypy<0.950";
fi
script:
Expand Down

0 comments on commit 7e477e8

Please sign in to comment.