We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88ab5 commit 1fcb9ecCopy full SHA for 1fcb9ec
Makefile
@@ -44,7 +44,7 @@ install-uv: ## Install latest version of
44
.PHONY: install
45
install: destroy clean ## Install the project, dependencies, and pre-commit
46
@echo "${INFO} Starting fresh installation..."
47
- @uv python pin 3.9 >/dev/null 2>&1
+ @uv python pin 3.10 >/dev/null 2>&1
48
@uv venv >/dev/null 2>&1
49
@uv sync --all-extras --dev
50
@echo "${OK} Installation complete! 🎉"
0 commit comments