Skip to content

Commit

Permalink
fix: set maximum supported python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Oct 11, 2024
1 parent 0a95b17 commit e3a7356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ isort: ## Run ruff isort fixes over the source code
.PHONY: isort

pyproject: ## Run pyproject-fmt over the configuration
$(PYTHON) -m pyproject_fmt --indent 4 pyproject.toml
$(PYTHON) -m pyproject_fmt \
--indent 4 --max-supported-python '3.12' \
pyproject.toml
@echo -e "\e[1;32mpyproject clean!\e[0m"
.PHONY: pyproject

Expand Down

0 comments on commit e3a7356

Please sign in to comment.