Skip to content

Commit

Permalink
Lifecycle python plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Dec 22, 2023
1 parent 2981e80 commit 6e3a459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpdk/core/hook/init_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

LOG = logging.getLogger(__name__)
HOOK_TYPE_NAME_REGEX = r"^[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}::[a-zA-Z0-9]{2,64}$"
HOOK_PLUGINS = ("java", "python37", "python38", "python39")
HOOK_PLUGINS = ("java", "python38", "python39", "python310", "python311", "python312")


def init_hook(args, project):
Expand Down

0 comments on commit 6e3a459

Please sign in to comment.