Skip to content

Commit c9c02d3

Browse files
chore(governance): Fix python version in issue templates (#2275)
1 parent eb78e65 commit c9c02d3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ body:
5858
attributes:
5959
label: AWS Lambda function runtime
6060
options:
61-
- 3.7
62-
- 3.8
63-
- 3.9
64-
- 3.10
61+
- "3.7"
62+
- "3.8"
63+
- "3.9"
64+
- "3.10"
6565
validations:
6666
required: true
6767
- type: dropdown

.github/ISSUE_TEMPLATE/static_typing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ body:
2525
attributes:
2626
label: AWS Lambda function runtime
2727
options:
28-
- 3.7
29-
- 3.8
30-
- 3.9
31-
- 3.10
28+
- "3.7"
29+
- "3.8"
30+
- "3.9"
31+
- "3.10"
3232
validations:
3333
required: true
3434
- type: input

0 commit comments

Comments
 (0)