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

Commit

Permalink
Run mypy type checking with the minimum supported Python version
Browse files Browse the repository at this point in the history
Follow-up/related to #15599
  • Loading branch information
MadLittleMods committed May 15, 2023
1 parent ba57264 commit d6d38cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
- name: Setup Poetry
uses: matrix-org/setup-python-poetry@v1
with:
# We set this as our minimum supported Python version. We use the oldest
# Python version because later Python versions can include some overloads
# which don't work in the older versions.
python-version: '3.7'
# We want to make use of type hints in optional dependencies too.
extras: all
# We have seen odd mypy failures that were resolved when we started
Expand Down

0 comments on commit d6d38cd

Please sign in to comment.