Skip to content

Commit

Permalink
fix: Migrate missed Python version
Browse files Browse the repository at this point in the history
This was missed in #324.
  • Loading branch information
jesse-c committed Sep 9, 2024
1 parent 796690e commit 39af9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile-local.defs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev_install: install_trunk check_dev_environment

create_venv:
- pyenv deactivate
pyenv virtualenv 3.9 backend
pyenv virtualenv 3.10 backend
pyenv activate backend

install_trunk:
Expand Down

0 comments on commit 39af9e4

Please sign in to comment.