Skip to content

Commit d89371f

Browse files
authored
Merge pull request #231 from lambda-feedback/fix/python-version
Updated Python to 3.12
2 parents 896bc51 + b335d7d commit d89371f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.8]
18+
python-version: [3.12]
1919

2020
defaults:
2121
run:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Once the code passes all these tests, it will then be uploaded to AWS and will b
5353
## Pre-requisites
5454
Although all programming can be done through the GitHub interface, it is recommended you do this locally on your machine. To do this, you must have installed:
5555

56-
- Python 3.8 or higher.
56+
- Python 3.12 or higher.
5757

5858
- GitHub Desktop or the `git` CLI.
5959

app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Base image that bundles AWS Lambda Python 3.8 image with some middleware functions
1+
# Base image that bundles AWS Lambda Python 3.12 image with some middleware functions
22
# FROM base-eval-tmp
33
# FROM rabidsheep55/python-base-eval-layer
4-
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.8
4+
FROM ghcr.io/lambda-feedback/baseevalutionfunctionlayer:main-3.12
55

66
RUN yum install -y git
77

0 commit comments

Comments
 (0)