Skip to content

Commit

Permalink
Update mypy 1.5.0 to 1.5.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Aug 21, 2023
1 parent 2fb2252 commit 681a534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -180,7 +180,7 @@ jobs:
matrix:
# test recent mypy versions on 3.10 and mypy 1.0.1 on all supported python versions
# if you change the value in the lockfile add the old value to this list
mypy-version: ['1.0.1', 'lockfile', '1.2.0', '1.4.1', '1.5.0']
mypy-version: ['1.0.1', 'lockfile', '1.2.0', '1.4.1', '1.5.1']
python-version: ['3.10']
include:
- mypy-version: 'lockfile'
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: install mypy
if: steps.cache.outputs.cache-hit != 'true'
run: |
if [ ${{ matrix.mypy-version }} == '1.5.0' ]; then
if [ ${{ matrix.mypy-version }} == '1.5.1' ]; then
# mypy 1.5.0 only supports 3.8 and newer, so adjust pyproject.toml
sed -i "s/requires-python = '>=3.7'/requires-python = '>=3.8'/g" pyproject.toml
fi
Expand Down

0 comments on commit 681a534

Please sign in to comment.