Skip to content

Commit d8aec76

Browse files
committed
Update MacOS builds to use the latest PyPy versions.
1 parent 4b2be31 commit d8aec76

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
env: MB_PYTHON_VERSION=3.7.1
1717
- os: osx
1818
language: generic
19-
env: PYPY3_VERSION=pypy3.6-v7.3.0 CUSTOM_REQUIREMENTS="numpy==1.18"
19+
env: PYPY3_VERSION=pypy3.6-v7.3.2 CUSTOM_REQUIREMENTS="numpy==1.18"
20+
- os: osx
21+
language: generic
22+
env: PYPY3_VERSION=pypy3.7-v7.3.2 CUSTOM_REQUIREMENTS="numpy==1.18"
2023
allow_failures:
2124
- python: nightly
2225
- python: pypy3.5-7.0

0 commit comments

Comments
 (0)