Skip to content

Commit

Permalink
Merge pull request #22 from theonestack/feature/python3.8
Browse files Browse the repository at this point in the history
update python 3.7 runtime to 3.8 because of EOL
  • Loading branch information
jaredbrook authored Oct 26, 2023
2 parents be131f5 + dd7a198 commit 76bd80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ s3_custom_resources:
S3BucketCreateOnlyCR:
code: s3_bucket.py
handler: s3_bucket.handler
runtime: python3.7
runtime: python3.8
timeout: 5
role: S3CustomResource
environment:
Expand Down
2 changes: 1 addition & 1 deletion spec/cors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
end

it "to have property Runtime" do
expect(resource["Properties"]["Runtime"]).to eq("python3.7")
expect(resource["Properties"]["Runtime"]).to eq("python3.8")
end

it "to have property Timeout" do
Expand Down

0 comments on commit 76bd80d

Please sign in to comment.