Skip to content

Commit

Permalink
Add support in CI for Python3.11 (#110)
Browse files Browse the repository at this point in the history
* add support in CI for python 3.11

* update cloudformation_actions.py

* update version and changelog

* update CHANGELOG.md

---------

Co-authored-by: Ramon <[email protected]>
  • Loading branch information
w0rmr1d3r and Ramon authored Oct 27, 2023
1 parent 40290b9 commit 6fe3ae6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

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.0
### Updates
- Compatible with Python3.11 [#110](https://github.com/Skyscanner/pycfmodel/pull/110)

## 0.20.3
### Fixes
- Fix resolver find_in_map for maps with bool values. [#112](https://github.com/Skyscanner/pycfmodel/pull/112)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="pycfmodel",
version="0.20.3",
version="0.21.0",
description="A python model for CloudFormation scripts",
author="Skyscanner Product Security",
author_email="[email protected]",
Expand Down

0 comments on commit 6fe3ae6

Please sign in to comment.