Skip to content

Commit

Permalink
Remove note about interrogate requiring setuptools (#25)
Browse files Browse the repository at this point in the history
New releases have been made and this is fixed on Python 3.12
  • Loading branch information
ekilmer authored May 2, 2024
1 parent 8b35677 commit 171716b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ run: $(VENV)/pyvenv.cfg
$(VENV)/pyvenv.cfg: pyproject.toml
# Create our Python 3 virtual environment
python3 -m venv env
# NOTE(ekilmer): interrogate v1.5.0 needs setuptools when using Python 3.12+.
# This should be fixed when the next release is made
$(VENV_BIN)/python -m pip install --upgrade pip setuptools
$(VENV_BIN)/python -m pip install -e .[$(INSTALL_EXTRA)]

.PHONY: lint
Expand Down

0 comments on commit 171716b

Please sign in to comment.