Skip to content

Commit bde031e

Browse files
authoredFeb 18, 2025
Merge from aws/aws-sam-cli/develop
2 parents 86576a7 + 2a3e0f9 commit bde031e

File tree

50 files changed

+341
-75
lines changed

Some content is hidden

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

50 files changed

+341
-75
lines changed
 

‎appveyor-ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ configuration:
1616
- OtherAndEndToEndTesting
1717

1818
environment:
19-
PYTHON_HOME: "$HOME/venv3.11/bin"
20-
PYTHON_VERSION: '3.11'
19+
PYTHON_HOME: "$HOME/venv3.9/bin"
20+
PYTHON_VERSION: '3.9'
2121
AWS_DEFAULT_REGION: us-east-1
2222
SAM_CLI_DEV: 1
2323
NODE_VERSION: "18.18.2"

‎appveyor-windows-al2023.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ environment:
1313
TMPDIR: "%TEMP%"
1414
TMP: "%TEMP%"
1515

16-
# MSI Installers use Py3.11. It is sufficient to test with this version here.
17-
PYTHON_HOME: "C:\\Python311-x64"
18-
PYTHON_SCRIPTS: "C:\\Python311-x64\\Scripts"
19-
PYTHON_EXE: "C:\\Python311-x64\\python.exe"
16+
# MSI Installers use Py3.9. It is sufficient to test with this version here.
17+
PYTHON_HOME: "C:\\Python39-x64"
18+
PYTHON_SCRIPTS: "C:\\Python39-x64\\Scripts"
19+
PYTHON_EXE: "C:\\Python39-x64\\python.exe"
2020
PYTHON_ARCH: "64"
2121
HOME: 'C:\Users\appveyor'
2222
HOMEDRIVE: "C:"

0 commit comments

Comments
 (0)
Failed to load comments.