Skip to content

Commit

Permalink
Bump r53 version to support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Oct 31, 2023
1 parent 98a3aac commit 5e42cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/manage_ns_records_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
end

it 'has property Runtime' do
expect(properties["Runtime"]).to eq("python3.7")
expect(properties["Runtime"]).to eq("python3.11")
end

it 'has property Timeout' do
Expand Down
2 changes: 1 addition & 1 deletion vpc-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

end

Component template: '[email protected].0', name: 'dnszone', render: Inline do
Component template: '[email protected].2', name: 'dnszone', render: Inline do
parameter name: 'CreateZone', value: 'true'
parameter name: 'RootDomainName', value: FnSub('${DnsDomain}.')
parameter name: 'DnsDomain', value: Ref(:DnsDomain)
Expand Down

0 comments on commit 5e42cb3

Please sign in to comment.