Skip to content

Commit

Permalink
try pypy38
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 20, 2023
1 parent 24992f2 commit 5a42af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
python-version: "3.8"
- tox-env: py39
python-version: "3.9"
- tox-env: pypy37
python-version: "pypy-3.7"
- tox-env: pypy38
python-version: "pypy-3.8"
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min_version = 4.0
envlist =
py{37,38,39,310,311},
pypy37,
pypy38,
docs
requires = pip >= 23.0
opts = -v
Expand Down

0 comments on commit 5a42af2

Please sign in to comment.