Skip to content

Commit

Permalink
Update for python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxd-hde committed Nov 15, 2019
1 parent 5aaad08 commit 5b9d3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_tests(self):
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License'
],
keywords="AWS Lambda",
Expand Down
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
box: python:2.7-slim
box: python:3.7-slim

build:
steps:
Expand Down Expand Up @@ -32,7 +32,7 @@ build-py2:
python setup.py test
build-py3:
box: python:3.6-slim
box: python:3.7-slim
steps:
- script:
name: virtualenv install
Expand Down

0 comments on commit 5b9d3ea

Please sign in to comment.