Skip to content

Commit

Permalink
Updated lambdas/check_task_awsem.py for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 21, 2023
1 parent 1ba44a1 commit 0052fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tibanna/lambdas/check_task_awsem.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'function_handler': 'handler',
'handler': 'service.handler',
'region': AWS_REGION,
'runtime': 'python3.9',
'runtime': 'python3.11',
'role': 'tibanna_lambda_init_role',
'description': 'check status of AWSEM run by interegating appropriate files on S3 ',
'timeout': 300,
Expand Down

0 comments on commit 0052fef

Please sign in to comment.