Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Oct 31, 2023
1 parent 7534c51 commit 83a8cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
bash build/build_lambda.sh
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
aws-region: ${{ matrix.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.11
3 changes: 1 addition & 2 deletions build/build_lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ mkdir .target

$PYTHON -m pip install -r requirements.txt -t .target/ --upgrade --no-user
$PYTHON -m pip install \
--platform manylinux2010_x86_64 \
--platform manylinux2014_x86_64 \
--implementation cp \
--python 3.9 \
--only-binary=:all: --upgrade \
--target .target/ \
cryptography
Expand Down

0 comments on commit 83a8cb6

Please sign in to comment.