Skip to content

Commit

Permalink
chore: upgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 12, 2024
1 parent 091bb46 commit 0e1ac91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ariadne==0.17.1
disnake==2.9.1
environs==11.0.0
gspread==5.12.4
aiohttp==3.9.2
aiohttp==3.9.3
aiohttp-cors==0.7.0
pyyaml==6.0.1
python-slugify==8.0.4
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.9
python-3.12.2
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
if [ -z "${CI:-}" ]; then
name=${PWD##*/}
# If python version is passed as first argument, use that, otherwise use 3.9
python_version=${1:-3.9.9}
python_version=${1:-3.12.2}
echo "==> Bootstrapping a Python $python_version environment called $name..."
eval "$(pyenv init -)"
if ! [ -d "${PYENV_ROOT:-$HOME/.pyenv}/versions/$name" ]; then
Expand Down

0 comments on commit 0e1ac91

Please sign in to comment.