Skip to content

Commit

Permalink
Move mypy to purely linux
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 18, 2024
1 parent dec8206 commit 7b6e8ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.6", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"]
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: ubuntu-latest
Expand All @@ -27,6 +27,16 @@ jobs:
version: graalpy-23.1
- os: ubuntu-latest
version: graalpy-24.0
- os: ubuntu-latest
version: pypy3.6
- os: ubuntu-latest
version: pypy3.7
- os: ubuntu-latest
version: pypy3.8
- os: ubuntu-latest
version: pypy3.9
- os: ubuntu-latest
version: pypy3.10
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 7b6e8ab

Please sign in to comment.