Skip to content

Commit 1dfcab0

Browse files
authored
feat: Recognize python39 runtime (#278)
Python 3.9 is generally available and the recommended Python runtime: https://cloud.google.com/functions/docs/concepts/python-runtime
1 parent 390bba5 commit 1dfcab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/googleProvider.js

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class GoogleProvider {
6363
'nodejs14',
6464
'python37',
6565
'python38',
66+
'python39',
6667
'go111',
6768
'go113',
6869
'java11',

0 commit comments

Comments
 (0)