Skip to content

Commit 7c39a86

Browse files
committed
* update readme file
1 parent b9acb18 commit 7c39a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To do so, it starts an HTTP server that handles the request's lifecycle like API
1010

1111
**Features:**
1212

13-
* Nodejs λ, Python 2.7, Python 3.6, Python 3.7, and Ruby only.
13+
* Nodejs λ, Python 2.7, Python 3.6, Python 3.7, Python 3.8 and Ruby only.
1414
* Velocity templates support.
1515
* Lazy loading of your files with require cache invalidation: no need for a reloading tool like Nodemon.
1616
* And more: integrations, authorizers, proxies, timeouts, responseParameters, HTTPS, Babel runtime, CORS, etc...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-offline-python",
3-
"version": "3.22.0",
3+
"version": "3.22.2",
44
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)