Skip to content

Commit b92ba32

Browse files
Revert to 3.6
1 parent f4a84f9 commit b92ba32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Run lambda function on local machine
88

99
## Prepare development environment
1010

11-
Please use a newly created virtualenv of Python 2.7 or Python 3.7.
11+
Please use a newly created virtualenv of Python 2.7 or Python 3.6.
1212

1313
## Installation
1414

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Run lambda function on local machine
99
Prepare development environment
1010
-------------------------------
1111

12-
Please use a newly created virtualenv of Python 2.7 or Python 3.7.
12+
Please use a newly created virtualenv of Python 2.7 or Python 3.6.
1313

1414
Installation
1515
------------

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-py2:
2727
python setup.py sdist bdist_wheel
2828
2929
build-py3:
30-
box: python:3.7-slim
30+
box: python:3.6-slim
3131
steps:
3232
- script:
3333
name: virtualenv install

0 commit comments

Comments
 (0)