Skip to content

Commit

Permalink
Adds section detailing compatibility by product with python versions …
Browse files Browse the repository at this point in the history
…and OS
  • Loading branch information
norman-codes committed Oct 28, 2024
1 parent ca23cd2 commit d075272
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ Please review this guide before updating, as it covers breaking changes and prov

API reference documentation is available [here](https://dev.hume.ai/reference/).

## Compatibility

The Hume Python SDK is compatible across several Python versions and operating systems.

- For the Empathic Voice Interface, Python versions `3.9` through `3.11` are supported on macOS and Linux.

- For Expression Measurement, Python versions `3.9` through `3.12` are supported on macOS, Linux, and Windows.

Below is a table which shows the version and operating system compatibilities by product:

| | Python Version | Operating System |
| ------------------------ | ----------------------------- | --------------------- |
| Empathic Voice Interface | `3.9`, `3.10`, `3.11` | macOS, Linux |
| Expression Measurement | `3.9`, `3.10`, `3.11`, `3.12` | macOS, Linux, Windows |

## Installation

```sh
Expand Down

0 comments on commit d075272

Please sign in to comment.