Skip to content

Commit 86576a7

Browse files
authoredFeb 6, 2025
Merge from aws/aws-sam-cli/develop
2 parents 92a3b19 + 80b67a4 commit 86576a7

File tree

150 files changed

+1450
-1338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1450
-1338
lines changed
 

‎.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
include: scope
1111
reviewers:
1212
- aws/serverless-application-experience-sbt
13+
- aws/aws-lambda-tooling
1314
open-pull-requests-limit: 10
1415

1516
- package-ecosystem: "pip"
@@ -22,6 +23,7 @@ updates:
2223
include: scope
2324
reviewers:
2425
- aws/serverless-application-experience-sbt
26+
- aws/aws-lambda-tooling
2527
open-pull-requests-limit: 10
2628
groups:
2729
boto:

‎.github/workflows/build.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- ubuntu-latest
5656
- windows-latest
5757
python:
58-
- "3.8"
5958
- "3.9"
6059
- "3.11"
6160
steps:
@@ -111,8 +110,8 @@ jobs:
111110
- ubuntu-latest
112111
- windows-latest
113112
python:
114-
- "3.8"
115113
- "3.9"
114+
- "3.11"
116115
# folders that is commented below requires credentials, no need to spare time to run them
117116
tests_config:
118117
- "-n 2 --reruns 3 tests/integration/buildcmd"
@@ -138,8 +137,6 @@ jobs:
138137
with:
139138
# set last version as the one in matrix to make it default
140139
python-version: |
141-
3.7
142-
3.8
143140
3.9
144141
3.10
145142
3.11
@@ -213,7 +210,6 @@ jobs:
213210
- ubuntu-latest
214211
- windows-latest
215212
python:
216-
- "3.8"
217213
- "3.9"
218214
- "3.11"
219215
steps:
@@ -244,8 +240,6 @@ jobs:
244240
with:
245241
# These are the versions of Python that correspond to the supported Lambda runtimes
246242
python-version: |
247-
3.7
248-
3.8
249243
3.9
250244
3.10
251245
3.11

0 commit comments

Comments
 (0)
Failed to load comments.