File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.12.12
1+ 3.12
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ improves the maintenance story.
1212- Create and activate a virtual environment:
1313 - ` python -m venv .venv `
1414 - ` source .venv/bin/activate `
15- - The reproducible interpreter target lives in ` .python-version ` (` 3.12 .12 ` ).
15+ - The preferred interpreter target lives in ` .python-version ` (` 3.12 ` ).
1616- Install local tooling with ` make dev ` .
1717- For a frozen environment based on ` uv.lock ` , use ` make repro ` .
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SPHINX ?= $(PYTHON) -m sphinx
77BUILD ?= $(PYTHON ) -m build
88TWINE ?= $(PYTHON ) -m twine
99UV ?= $(if $(wildcard .venv/bin/uv) ,.venv/bin/uv,uv)
10- REPRO_PYTHON ?= $(shell cat .python-version 2>/dev/null || echo 3.12.12 )
10+ REPRO_PYTHON ?= $(shell cat .python-version 2>/dev/null || echo 3.12)
1111REPRO_EXTRAS ?= dev
1212
1313.PHONY : help check-python check-uv dev install-dev repro lock \
You can’t perform that action at this time.
0 commit comments