File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ The top-level fields are:
9090 the script is compatible. The value of this field MUST be a valid
9191 :ref: `version specifier <version-specifiers >`.
9292
93- Any future specifications that define additional fields for the ``[run] `` table
94- when used in a ``pyproject.toml `` file MUST include the aforementioned fields
95- exactly as specified. The fields defined by this specification are equally as
96- applicable to full-fledged projects as they are to single-file scripts.
97-
9893Script runners MUST error if the specified ``dependencies `` cannot be provided.
9994Script runners SHOULD error if no version of Python that satisfies the specified
10095``requires-python `` can be provided.
@@ -107,7 +102,6 @@ The following is an example of a script with embedded metadata:
107102.. code :: python
108103
109104 # /// script
110- # [run]
111105 # requires-python = ">=3.11"
112106 # dependencies = [
113107 # "requests<3",
You can’t perform that action at this time.
0 commit comments