1
0
mirror of synced 2025-12-21 19:11:14 -05:00

🎉 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:
Yaroslav Dudar
2021-05-28 21:08:53 +03:00
committed by GitHub
parent 07d7420731
commit c49ff40754
5 changed files with 12 additions and 8 deletions

View File

@@ -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