Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/types…
Browse files Browse the repository at this point in the history
…-colorama-0.4.15.12
  • Loading branch information
moelasmar authored Jul 26, 2023
2 parents daebbe3 + 6cca635 commit 2b0d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/lib/utils/preview_runtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""
from typing import Set

PREVIEW_RUNTIMES: Set[str] = {"python3.11"}
PREVIEW_RUNTIMES: Set[str] = set()

0 comments on commit 2b0d255

Please sign in to comment.