Skip to content

Commit

Permalink
3.11!
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Sep 24, 2023
1 parent 7d3adc7 commit 9640ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_data_vercel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ curl https://pyenv.run | bash
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"

pyenv install 3.10.13
pyenv global 3.10.13
pyenv install 3.11.5
pyenv global 3.11.5

pip3 install --user poetry
cd python || exit
Expand Down

0 comments on commit 9640ac1

Please sign in to comment.