Skip to content

Commit

Permalink
Support for Python 3.12 (#115)
Browse files Browse the repository at this point in the history
* compatibility with python 3.12

* update CHANGELOG.md

* update version

---------

Co-authored-by: Ramon <[email protected]>
  • Loading branch information
w0rmr1d3r and Ramon authored Oct 27, 2023
1 parent 6fe3ae6 commit cb1dbf0
Show file tree
Hide file tree
Showing 3 changed files with 547 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.


## 0.21.0
### Updates
- Compatible with Python3.11 [#110](https://github.com/Skyscanner/pycfmodel/pull/110)
- Compatible with Python3.12 [#115](https://github.com/Skyscanner/pycfmodel/pull/115)
### Updates
- Update `CLOUDFORMATION_ACTIONS`.

## 0.20.3
### Fixes
Expand Down
Loading

0 comments on commit cb1dbf0

Please sign in to comment.