You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/05 09:57:24 UTC

[airflow] branch master updated: Update supported Python version in LOCAL_VIRTUALENV.rst (#13468)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new e071834  Update supported Python version in LOCAL_VIRTUALENV.rst (#13468)
e071834 is described below

commit e07183480453ced36f4da456acbc688389326342
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Jan 5 09:57:13 2021 +0000

    Update supported Python version in LOCAL_VIRTUALENV.rst (#13468)
    
    We no longer support 3.5. We do support 3.7 and 3.8 in addition to 3.6
---
 LOCAL_VIRTUALENV.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 47eea58..26fdaf0 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -51,7 +51,7 @@ Required Software Packages
 Use system-level package managers like yum, apt-get for Linux, or
 Homebrew for macOS to install required software packages:
 
-* Python (3.5 or 3.6)
+* Python (One of: 3.6, 3.7, 3.8)
 * MySQL
 * libxml
 
@@ -99,7 +99,7 @@ Creating a Local virtualenv
 
 To use your IDE for Airflow development and testing, you need to configure a virtual
 environment. Ideally you should set up virtualenv for all Python versions that Airflow
-supports (3.5, 3.6).
+supports (3.6, 3.7, 3.8).
 
 To create and initialize the local virtualenv: