Skip to content

Commit

Permalink
Add Python 3.9 to the local mac build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 23, 2020
1 parent 87b5a91 commit 34aa35c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts/releases/geventreleases.sh
Expand Up @@ -8,20 +8,21 @@ mkdir /tmp/gevent/


# 2.7 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python2.7
./geventrel.sh /usr/local/bin/python2.7

# 3.5 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python3.5
./geventrel.sh /usr/local/bin/python3.5

# 3.6 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python3.6
./geventrel.sh /usr/local/bin/python3.6

# 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
./geventrel.sh /usr/local/bin/python3.7
./geventrel.sh /usr/local/bin/python3.8
./geventrel.sh /usr/local/bin/python3.9


# PyPy 4.0
./geventrel.sh `which pypy`
./geventrel.sh `which pypy`

wait

0 comments on commit 34aa35c

Please sign in to comment.