Commit f0de67ab authored by Jason Madden's avatar Jason Madden

Add 3.8 to wheel builders. [skip ci]

parent 976cff43
......@@ -18,6 +18,7 @@ mkdir /tmp/gevent/
# 3.7 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python3.7
./geventrel.sh /usr/local/bin/python3.8
# PyPy 4.0
......
......@@ -12,7 +12,7 @@ if [ -d /gevent -a -d /opt/python ]; then
cd /gevent
rm -rf wheelhouse
mkdir wheelhouse
for variant in `ls -d /opt/python/cp{27,35,36,37}*`; do
for variant in `ls -d /opt/python/cp{27,35,36,37,38}*`; do
echo "Building $variant"
mkdir /tmp/build
cd /tmp/build
......
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