Skip to content

Commit

Permalink
Revised versions base of release page
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Nov 30, 2020
1 parent 27ce3bd commit c38a72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ PYTHON_VERSION="$1"

case $PYTHON_VERSION in
3.6)
FULL_VERSION=3.6.9
FULL_VERSION=3.6.10
;;
3.7)
FULL_VERSION=3.7.9
FULL_VERSION=3.7.11
;;
3.8)
FULL_VERSION=3.8.6
;;
3.9)
FULL_VERSION=3.9.1
FULL_VERSION=3.9.0
;;
esac

Expand Down

0 comments on commit c38a72c

Please sign in to comment.