From 5f7dcdd3fb3222f49606654ab3cf3931075e1fde Mon Sep 17 00:00:00 2001 From: wkarwacki Date: Thu, 12 Dec 2024 17:03:45 +0100 Subject: [PATCH] require python 3.10 in doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d94674..f2405e5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Trust Spec is a web integration specification and a set of code generators aimin ## Table of Contents - [I just want to glue my services together](#i-just-want-to-glue-my-services-together) +- [Requirements](#requirements) - [Specification](#specification) - [Overview](#overview) - [Common Use Cases](#common-use-cases) @@ -62,6 +63,9 @@ Options: - **To continue using OpenAPI for code generation:** - Use Trust spec as an intermediate format with the `to-open-api` command. +## Requirements +- Python 3.10 - currently the only supported version + ## Specification Trust specification enhances current integration standards like [OpenAPI](https://github.com/OAI/OpenAPI-Specification). Key benefits include: - **Clear Notation** - Single way to model and interpret an API.