Make codebase compatible with Python 3.7

This commit is contained in:
Andras Schmelczer 2022-07-29 13:05:05 +02:00
parent 2ad06e8b38
commit f8db199996
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
11 changed files with 125 additions and 51 deletions

View file

@ -5,7 +5,7 @@ Provided you already have [Python3](https://www.python.org/downloads/){ target=_
```sh
pip install great-ai
```
> Python 3.8 or later is required.
> Python 3.7 or later is required.
This will work on all major operating systems.

View file

@ -41,6 +41,7 @@ Applying AI is becoming increasingly easier but many case studies have shown tha
- [x] Docker support for deployment
- [x] Deployable Jupyter Notebooks
- [x] Dashboard for online monitoring and analysing traces
- [x] Active support for Python 3.7, 3.8, 3.9, and 3.10
## Roadmap