From 593d892e0f2a8b600b5de72b5e9af4a0dca0a5fe Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 16 Apr 2018 16:47:00 +0200 Subject: [PATCH] readmes in py3 venv tests remove outdated note about not being able to pick a Python 3.x --- tests/venv/py3/README.rst | 5 ++--- tests/venv/py35/README.rst | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/tests/venv/py3/README.rst b/tests/venv/py3/README.rst index f55f95af..904bc951 100644 --- a/tests/venv/py3/README.rst +++ b/tests/venv/py3/README.rst @@ -4,6 +4,5 @@ System - Specifying runtime environments You can specify runtime environments (such as Python 2 or 3) with a ``runtime.txt`` file. -This is an example that selects Python 3. Currently you can not use -this to select a sepcific version of Python 3 (e.g. 3.4 vs 3.6). If you -need this level of control we recommend you use a `environment.yml`. +This is an example that selects Python 3. +If you need this level of control we recommend you use a `environment.yml`. diff --git a/tests/venv/py35/README.rst b/tests/venv/py35/README.rst index f55f95af..816f1398 100644 --- a/tests/venv/py35/README.rst +++ b/tests/venv/py35/README.rst @@ -4,6 +4,5 @@ System - Specifying runtime environments You can specify runtime environments (such as Python 2 or 3) with a ``runtime.txt`` file. -This is an example that selects Python 3. Currently you can not use -this to select a sepcific version of Python 3 (e.g. 3.4 vs 3.6). If you -need this level of control we recommend you use a `environment.yml`. +This is an example that selects Python 3.5. +If you need this level of control we recommend you use a `environment.yml`.