From 88453ff3c7d66673ccd118e9fd87ba0f82a2541b Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Wed, 14 Jul 2021 17:18:53 +0100 Subject: [PATCH] Add types for six --- .github/workflows/lint.yml | 4 ++-- tox.ini | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 230e92ad..a137a617 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/tox.ini b/tox.ini index 3ddfbabb..4e1cc9dc 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,7 @@ commands = [testenv:mypy] deps = mypy + types-six commands = mypy graphene