Skip to content

Commit

Permalink
feat: add python 3.11 support (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
rubenfonseca and github-actions authored Jul 21, 2023
1 parent 800beeb commit 3a1ed26
Show file tree
Hide file tree
Showing 7 changed files with 14,294 additions and 902 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'typescript',
'nodejs',
],
cdkVersion: '2.80.0',
cdkVersion: '2.88.0',
defaultReleaseBranch: 'main',
minNodeVersion: '16.19.1',
majorVersion: 3,
Expand Down
Loading

0 comments on commit 3a1ed26

Please sign in to comment.