Unverified Commit e80b90fa authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Merge pull request #121 from radarhere/pypy

Added pypy 5.10.1
parents c46e6f2c 803fef07
......@@ -335,7 +335,8 @@ LATEST_PP_5p6=5.6.0
LATEST_PP_5p7=5.7.1
LATEST_PP_5p8=5.8.0
LATEST_PP_5p9=5.9.0
LATEST_PP_5=$LATEST_PP_5p9
LATEST_PP_5p10=5.10.1
LATEST_PP_5=$LATEST_PP_5p10
function unroll_version {
# Convert major or major.minor format to major.minor.micro using the above
......
......@@ -18,6 +18,7 @@
[ "$(fill_pypy_ver 5.7)" == $LATEST_PP_5p7 ] || ingest
[ "$(fill_pypy_ver 5.8)" == $LATEST_PP_5p8 ] || ingest
[ "$(fill_pypy_ver 5.9)" == $LATEST_PP_5p9 ] || ingest
[ "$(fill_pypy_ver 5.10)" == $LATEST_PP_5p10 ] || ingest
[ "$(fill_pypy_ver 2.6.1)" == "2.6.1" ] || ingest
[ "$(fill_pypy_ver 4.0.1)" == "4.0.1" ] || ingest
[ "$(fill_pypy_ver 5.0.1)" == "5.0.1" ] || ingest
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