[Nano] Upgrade python to 3.8 (#8137)

* upgrade python to 3.8

* fix version of protobuf

* upgrade python in nightly and regression
This commit is contained in:
Ruonan Wang 2023-05-05 13:11:32 +08:00 committed by GitHub
parent 94f08edbb3
commit 203753270d

View file

@ -77,7 +77,7 @@ In a pure pip environment, you need to run `source bigdl-nano-init` every time y
We support a wide range of PyTorch and Tensorflow. We only care the MAJOR.MINOR in [Semantic Versioning](https://semver.org/). If you have a specific PyTorch/Tensorflow version want to use, e.g. PyTorch 1.11.0+cpu, you may select corresponding MAJOR.MINOR (i.e., PyTorch 1.11 in this case) and install PyTorch again after installing nano.
## Python Version
`bigdl-nano` is validated on Python 3.7-3.9.
`bigdl-nano` is validated on Python 3.8-3.9.
## Operating System