|
1 | 1 | # IBM Cloud Functions Runtime for Python
|
2 | | -[](https://travis-ci.com/ibm-functions/runtime-python) |
3 | 2 |
|
4 | 3 | - The runtime provides [python v3.11](python3.11/) with a set of [python packages](python3.11/requirements.txt), see [python3.11/CHANGELOG.md](python3.11/CHANGELOG.md)
|
5 | 4 | - The runtime provides [python v3.9](python3.9/) with a set of [python packages](python3.9/requirements.txt), see [python3.9/CHANGELOG.md](python3.9/CHANGELOG.md)
|
@@ -138,7 +137,7 @@ The `$user_prefix` is usually your dockerhub user id.
|
138 | 137 | - Update [python3.6/CHANGELOG.md](python3.6/CHANGELOG.md)
|
139 | 138 |
|
140 | 139 | ### Pushing new versions for runtimes
|
141 | | -- After the PR is merged and the master pass Travis CI, checkout master. |
| 140 | +- After the PR is merged and the master pass the build, checkout master. |
142 | 141 | - Create tag for each runtime and push upstream
|
143 | 142 | ```
|
144 | 143 | git tag 3.7@<new version>
|
|
0 commit comments