Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Oct 15, 2024
1 parent d01840b commit 4c97c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
# Upgrade pyenv itself
pyenv update
export PY_VERSIONS="3.8 3.9 3.10 3.11 3.12 3.13"
export PY_VERSIONS="3.9 3.10 3.11 3.12 3.13"
# Install all supported Python versions
for py in $PY_VERSIONS;
Expand Down

0 comments on commit 4c97c08

Please sign in to comment.