Skip to content

Commit

Permalink
compatibility with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon committed Oct 27, 2023
1 parent 6fe3ae6 commit cbe62bf
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

name: Python ${{ matrix.python-version }}

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## 0.21.1
### Updates
- Compatible with Python3.12
### Updates
- Update `CLOUDFORMATION_ACTIONS`.

## 0.21.0
### Updates
Expand Down
Loading

0 comments on commit cbe62bf

Please sign in to comment.