We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaad08 commit 5b9d3eaCopy full SHA for 5b9d3ea
setup.py
@@ -38,7 +38,7 @@ def run_tests(self):
38
'Operating System :: POSIX',
39
'Programming Language :: Python',
40
'Programming Language :: Python :: 2.7',
41
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
42
'License :: OSI Approved :: MIT License'
43
],
44
keywords="AWS Lambda",
wercker.yml
@@ -1,4 +1,4 @@
1
-box: python:2.7-slim
+box: python:3.7-slim
2
3
build:
4
steps:
@@ -32,7 +32,7 @@ build-py2:
32
python setup.py test
33
34
build-py3:
35
- box: python:3.6-slim
+ box: python:3.7-slim
36
37
- script:
name: virtualenv install
0 commit comments