Skip to content

Commit

Permalink
support pypy3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jul 7, 2023
1 parent b3bd763 commit aee88d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,21 @@ matrix:
env:
- MULTIPROCESS="true"

- python: 'pypy3.8-7.3.9'
- python: 'pypy3.8-7.3.9' # at 7.3.11
env:
- MULTIPROCESS="true"

- python: 'pypy3.9-7.3.9'
- python: 'pypy3.9-7.3.9' # at 7.3.12
env:
- MULTIPROCESS="true"

- python: 'pypy3.10-7.3.12'
env:
- MULTIPROCESS="true"

allow_failures:
- python: '3.12-dev'
- python: 'pypy3.10-7.3.12' # CI missing
fast_finish: true

cache:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ envlist =
pypy37
pypy38
pypy39
pypy310

[testenv]
deps =
Expand Down

0 comments on commit aee88d9

Please sign in to comment.