Skip to content

Commit 1b72946

Browse files
authored
Add support for python 3.11 (#1029)
1 parent f16afb0 commit 1b72946

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
AWS_DEFAULT_REGION: us-east-1
1111
strategy:
1212
matrix:
13-
python: [ 3.8, 3.9, "3.10" ]
13+
python: [ 3.8, 3.9, "3.10", "3.11" ]
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def find_version(*file_paths):
7373
"Programming Language :: Python :: 3.8",
7474
"Programming Language :: Python :: 3.9",
7575
"Programming Language :: Python :: 3.10",
76+
"Programming Language :: Python :: 3.11",
7677
],
7778
keywords="Amazon Web Services AWS CloudFormation",
7879
)

0 commit comments

Comments
 (0)