Skip to content

Commit

Permalink
chore(build): prevent python 3.13 from installing (#3924)
Browse files Browse the repository at this point in the history
fix: pin 3.12
  • Loading branch information
cofin authored Jan 5, 2025
1 parent 75d3430 commit 8ac019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ upgrade: ## Upgrade all dependencies to the latest stable versio

.PHONY: install
install:
@uv sync
@uv sync --all-extras --dev --python 3.12

.PHONY: clean
clean: ## Cleanup temporary build artifacts
Expand Down

0 comments on commit 8ac019d

Please sign in to comment.