Skip to content

Commit 32a9fe8

Browse files
author
Jimisola Laursen
committed
docs: fix Python prerequisite 3.10 → 3.13
Signed-off-by: jimisola <jimisola@jimisola.com>
1 parent 8e5dc31 commit 32a9fe8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This Hatch build hook generates annotations and assembles reqstool data during `hatch build`. It collects decorated code using https://github.com/reqstool/reqstool-python-decorators[reqstool-python-decorators] and packages everything for consumption by the reqstool CLI.
44

5-
=== Features
5+
== Features
66

77
* *Hatch integration*: Runs automatically as a build hook during `hatch build`
88
* *Combines annotations*: Collects `@Requirements` and `@SVCs` decorators from source and test code
99
* *Assembles package data*: Includes requirements, test results, and annotations in the built package
1010
* *Generates config*: Creates a `reqstool_config.yml` with correct paths for the package structure
1111

12-
=== Quick Start
12+
== Quick Start
1313

14-
==== Add the Plugin
14+
== Add the Plugin
1515

1616
Add the build hook dependency to your `pyproject.toml`:
1717

@@ -21,7 +21,7 @@ Add the build hook dependency to your `pyproject.toml`:
2121
dependencies = ["reqstool-python-hatch-plugin"]
2222
----
2323

24-
==== Default Behavior
24+
== Default Behavior
2525

2626
The plugin automatically:
2727

@@ -31,7 +31,7 @@ The plugin automatically:
3131
4. Creates a `reqstool_config.yml` with paths for the package structure
3232
5. Includes reqstool data in the built package (sdist/wheel)
3333

34-
==== Minimal Setup
34+
== Minimal Setup
3535

3636
[source]
3737
----
@@ -46,9 +46,9 @@ my-project/
4646

4747
Run `hatch build` and the annotations will be generated automatically.
4848

49-
=== Prerequisites
49+
== Prerequisites
5050

51-
* Python 3.10+
51+
* Python 3.13+
5252
* https://hatch.pypa.io/[Hatch]
5353
* https://github.com/reqstool/reqstool-python-decorators[reqstool-python-decorators] as a project dependency
5454

0 commit comments

Comments
 (0)