Skip to content

Commit

Permalink
Bump python to 3.11 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 authored Oct 31, 2023
1 parent a5ac4da commit 926db05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion route53-zone.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ route53_custom_resources:
Route53ZoneCR:
code: route53_zone_cr.py
handler: route53_zone_cr.handler
runtime: python3.8
runtime: python3.11
timeout: 600
role: Route53ZoneResource
environment:
Expand Down
2 changes: 1 addition & 1 deletion spec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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 spec/override_dns_domain_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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

0 comments on commit 926db05

Please sign in to comment.