🎉 Python CDK: change minimum python version to 3.7.0 (#3692)
* changed python version to 3.7.0 in cdk * updated Python version in Github Actions
This commit is contained in:
@@ -10,7 +10,7 @@ This is a step-by-step guide for how to create an Airbyte source in Python to re
|
||||
* Docker
|
||||
* NodeJS \(only used to generate the connector\). We'll remove the NodeJS dependency soon.
|
||||
|
||||
All the commands below assume that `python` points to a version of python >=3.7.9. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.
|
||||
All the commands below assume that `python` points to a version of python >=3.7.0. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.
|
||||
|
||||
## Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user