From b13457a43f03fed185f60ec3c7c8593dbd40b8ed Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Tue, 17 Dec 2024 11:51:50 -0900 Subject: [PATCH] code toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdba37..4b17086 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ jobs: Make sure that `pyproject.toml` contains the appropriate Python version specifier (see the [ruff docs](https://docs.astral.sh/ruff/settings/#target-version)), e.g: -``` +```toml [project] requires-python = ">=3.13" ```