Commit 0506d010 authored by Jason Madden's avatar Jason Madden

Update to PyPy 7.3.1 on Travis.

Fixes #1569
parent e0252d12
Update tested PyPy version from 7.3.0 to 7.3.1 on Linux.
...@@ -115,10 +115,10 @@ for var in "$@"; do ...@@ -115,10 +115,10 @@ for var in "$@"; do
install 3.8.2 python3.8 3.8.d install 3.8.2 python3.8 3.8.d
;; ;;
pypy2.7) pypy2.7)
install pypy2.7-7.3.0 pypy2.7 pypy2.7.d install pypy2.7-7.3.1 pypy2.7 pypy2.7.d
;; ;;
pypy3.6) pypy3.6)
install pypy3.6-7.3.0 pypy3.6 pypy3.6.d install pypy3.6-7.3.1 pypy3.6 pypy3.6.d
;; ;;
esac esac
done done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment