Skip to content

Commit 7db9baf

Browse files
authored
chore: bump min python version to 3.7.7 (#218)
Strictly speaking, any python `3.7.X` version should work, however, we've seen [issues](#166) when using the **stock** python 3.7.3 version of MacOS. Those issues were resolved when upgrading to `3.7.7`, which is the latest *bugfix* release of the `3.7` minor version line. This PR bumps the minimum python version requirement in the getting started to `3.7.7`, as more of a safe-guard than anything else. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5d6471e commit 7db9baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Let's walk through a simple "Hello, World!" example in Python.
44

55
## Prerequisites
66

7-
* [Python >= 3.7](https://www.python.org/downloads/release/python-377)
7+
* [Python >= 3.7.7](https://www.python.org/downloads/release/python-377/)
88
* [pipenv](https://pipenv.pypa.io/en/latest) version 2018.11.26 or above.
99

1010
## Install the CLI

0 commit comments

Comments
 (0)