Skip to content

Commit 1fcb9ec

Browse files
committed
chore: use py 3.10
1 parent 0d88ab5 commit 1fcb9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install-uv: ## Install latest version of
4444
.PHONY: install
4545
install: destroy clean ## Install the project, dependencies, and pre-commit
4646
@echo "${INFO} Starting fresh installation..."
47-
@uv python pin 3.9 >/dev/null 2>&1
47+
@uv python pin 3.10 >/dev/null 2>&1
4848
@uv venv >/dev/null 2>&1
4949
@uv sync --all-extras --dev
5050
@echo "${OK} Installation complete! 🎉"

0 commit comments

Comments
 (0)