Skip to content

Commit

Permalink
refactor: python 311
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Nov 1, 2023
1 parent 8dbae87 commit 1490882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generate_config_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self):
, "entryPoint": "<entry_point_function_name_in_main>"
, "triggerType": 'pubsub' # also tried {}
, "location": "us-east1"
, "runtime": "python37"
, "runtime": "python311"
, "timeout": "60s"}

self.imports = {"cf/requirements.txt": "file-contents"
Expand Down

0 comments on commit 1490882

Please sign in to comment.