Skip to content

Commit

Permalink
Don't test types with mypy for 3.5 and 3.6
Browse files Browse the repository at this point in the history
In PR #145, the tests are giving abberant results which appears to be
a mypy issue, not a legitimate issue with the types.
  • Loading branch information
kjd committed Jun 19, 2023
1 parent 701288b commit 34b515c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
include:
- python-version: 3.5
os: ubuntu-20.04
- python-version: 3.6
os: ubuntu-20.04
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 34b515c

Please sign in to comment.