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 9338a48 commit 8243111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ matrix:
- python: 'pypy3.7-7.3.9'
env:

- python: 'pypy3.8-7.3.9'
- python: 'pypy3.8-7.3.9' # at 7.3.11
env:

- python: 'pypy3.9-7.3.9'
- python: 'pypy3.9-7.3.9' # at 7.3.12
env:

- python: 'pypy3.10-7.3.12'
env:

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 8243111

Please sign in to comment.