Skip to content

Commit 171716b

Browse files
authored
Remove note about interrogate requiring setuptools (#25)
New releases have been made and this is fixed on Python 3.12
1 parent 8b35677 commit 171716b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ run: $(VENV)/pyvenv.cfg
5252
$(VENV)/pyvenv.cfg: pyproject.toml
5353
# Create our Python 3 virtual environment
5454
python3 -m venv env
55-
# NOTE(ekilmer): interrogate v1.5.0 needs setuptools when using Python 3.12+.
56-
# This should be fixed when the next release is made
57-
$(VENV_BIN)/python -m pip install --upgrade pip setuptools
5855
$(VENV_BIN)/python -m pip install -e .[$(INSTALL_EXTRA)]
5956

6057
.PHONY: lint

0 commit comments

Comments
 (0)