Skip to content

Commit

Permalink
require python 3.10 in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Dec 12, 2024
1 parent 8bc6dac commit 5f7dcdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5f7dcdd

Please sign in to comment.