Skip to content

Commit

Permalink
Merge pull request #440 from VorTECHsa/rnd-3484
Browse files Browse the repository at this point in the history
chore: mention that only python versions up to 3.10.x are supported
  • Loading branch information
samhuk authored Aug 31, 2023
2 parents cb7b4e1 + 007f834 commit f994d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ Try me out in your browser:
$ pip install vortexasdk
```

The SDK requires Python version 3.7 or above, see
[Setup FAQ](https://vortechsa.github.io/python-sdk/faq_setup/) for more details.
The SDK requires Python versions between 3.7 and 3.10. See [Setup FAQ](https://vortechsa.github.io/python-sdk/faq_setup/) for more details.

To install the SDK on an Apple ARM-based machine, use Python version to 3.8 or higher and use the latest version of pip. This is supported in the SDK versions 0.41.0 or higher.
To install the SDK on an Apple ARM-based machine, use Python versions between 3.7 and 3.10 and use the latest version of pip. This is supported in the SDK versions 0.41.0 or higher.

##### Authentication

Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.53"
__version__ = "0.53.1"

0 comments on commit f994d6a

Please sign in to comment.