Skip to content

Commit 5b9d3ea

Browse files
committed
Update for python 3.7.
1 parent 5aaad08 commit 5b9d3ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run_tests(self):
3838
'Operating System :: POSIX',
3939
'Programming Language :: Python',
4040
'Programming Language :: Python :: 2.7',
41-
'Programming Language :: Python :: 3.6',
41+
'Programming Language :: Python :: 3.7',
4242
'License :: OSI Approved :: MIT License'
4343
],
4444
keywords="AWS Lambda",

wercker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
box: python:2.7-slim
1+
box: python:3.7-slim
22

33
build:
44
steps:
@@ -32,7 +32,7 @@ build-py2:
3232
python setup.py test
3333
3434
build-py3:
35-
box: python:3.6-slim
35+
box: python:3.7-slim
3636
steps:
3737
- script:
3838
name: virtualenv install

0 commit comments

Comments
 (0)