Skip to content

Commit

Permalink
Merge pull request #16 from theonestack/feature/python3.11
Browse files Browse the repository at this point in the history
Bump r53 version to support python 3.11
  • Loading branch information
tarunmenon95 committed Feb 26, 2024
2 parents e5d61a2 + 5e42cb3 commit 309a3a6
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 309a3a6

Please sign in to comment.