Skip to content

Commit 187481b

Browse files
Relax python 3.12 version constraint again
1 parent 046f367 commit 187481b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ test: generate install $(TESTDATA_FILE) ## Run unit tests
6666

6767
.PHONY: conformance
6868
conformance: $(BIN)/protovalidate-conformance generate install ## Run conformance tests
69-
uv run pip freeze
7069
$(BIN)/protovalidate-conformance $(CONFORMANCE_ARGS) uv run test/conformance/runner.py
7170

7271
.PHONY: lint
@@ -79,7 +78,7 @@ lint: install $(BIN)/buf ## Lint code
7978

8079
.PHONY: install
8180
install: ## Install dependencies
82-
uv sync --dev --python 3.12
81+
uv sync --dev
8382

8483
.PHONY: checkgenerate
8584
checkgenerate: generate

0 commit comments

Comments
 (0)