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

Commit

Permalink
Removing pypy36 and pypy37 to support mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
madzak committed Feb 6, 2022
1 parent a74aa86 commit 672bf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [pypy-3.6, pypy-3.7, pypy-3.8, 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.4]
python-version: [pypy-3.8, 3.6, 3.7, 3.8, 3.9, 3.10.0-beta.4]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[tox]
envlist = pypy36, pypy37, pypy38, py36, py37, py38, py39, py310
envlist = pypy38, py36, py37, py38, py39, py310

[gh-actions]
python =
pypy-3.6: pypy36
pypy-3.7: pypy37
pypy-3.8: pypy38
3.6: py36
3.7: py37
Expand Down

0 comments on commit 672bf6d

Please sign in to comment.