pulumi/sdk/python/cmd/pulumi-language-python
Ian Wahbe 6057dc3362
Validate python version (#8368)
* Validate python version

Note: we do this at the language plugin level because extremely old
version of python (python2) have different syntax, and we don't want
parse errors to occlude our version message. Similarly, if we rely on a
3.7 feature during an import, we will have the same problem. 

* Set minimum python version to 3.7.0

* Fix displayed recommended version
2021-11-09 14:22:16 -08:00
..
main.go Validate python version (#8368) 2021-11-09 14:22:16 -08:00
main_test.go Avoid repeatedly invoking `pip show` in Python lang host (#7831) 2021-08-25 11:40:58 -04:00