Skip to content

Commit 81f3038

Browse files
committed
Add regex for Python 3.6
1 parent ad67998 commit 81f3038

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lambda_packages/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
'python2.7': {
157157
'version': '2016.8.27',
158158
'path': os.path.join(PACKAGES_DIR, 'regex', 'python2.7-regex-2016.8.27.tar.gz')
159+
},
160+
'python3.6': {
161+
'version': '2016.8.27',
162+
'path': os.path.join(PACKAGES_DIR, 'regex', 'python3.6-regex-2016.8.27.tar.gz')
159163
}
160164
},
161165
'sqlite3': {
Binary file not shown.

0 commit comments

Comments
 (0)