Skip to content

Commit

Permalink
Bump python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Oct 31, 2023
1 parent 76bd80d commit c8d1b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8
runtime: python3.11
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.8")
expect(resource["Properties"]["Runtime"]).to eq("python3.11")
end

it "to have property Timeout" do
Expand Down
2 changes: 1 addition & 1 deletion tests/lambda_notifications.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ s3_custom_resources:
S3BucketCreateOnlyCR:
code: s3_bucket.py
handler: s3_bucket.handler
runtime: python3.6
runtime: python3.11
timeout: 5
role: S3CustomResource
environment:
Expand Down

0 comments on commit c8d1b12

Please sign in to comment.