From 177ee4b650ea8a34ad0c766355938ad0f4cdf700 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 27 Mar 2019 21:54:50 +0100 Subject: [PATCH] Python 3.7 as default in the docs --- docs/source/faq.rst | 2 +- docs/source/usage.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 7a8ec8a4..13b9fb80 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -36,7 +36,7 @@ either because the version of the package is too new and your chosen Python is t or vice versa. I Python 2.7 is specified, a separate environment for the kernel will be -installed with Python 2. The notebook server will run in the default Python 3.6 +installed with Python 2. The notebook server will run in the default Python 3.7 environment. Julia diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 9f9b6efa..3a58f260 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -85,7 +85,7 @@ by ``repo2docker`` to see how to configure the build process. .. note:: - ``repo2docker`` builds an environment with Python 3.6 by default. If you'd + ``repo2docker`` builds an environment with Python 3.7 by default. If you'd like a different version, you can specify this in your :ref:`configuration files `.