From 745753b6132026f2d97af1617b5507ba15a2c574 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Fri, 23 Dec 2022 12:04:35 -0800 Subject: [PATCH 1/2] [AWSBatch-CLI] Add Python 3.10 support This commit also adds the changelog of AWSBatch-CLI 1.1.0. Signed-off-by: Hanwen --- awsbatch-cli/CHANGELOG.md | 14 ++++++++++++++ awsbatch-cli/setup.py | 1 + 2 files changed, 15 insertions(+) diff --git a/awsbatch-cli/CHANGELOG.md b/awsbatch-cli/CHANGELOG.md index a17f35735c..2caa6363db 100644 --- a/awsbatch-cli/CHANGELOG.md +++ b/awsbatch-cli/CHANGELOG.md @@ -1,6 +1,20 @@ CHANGELOG ========= +1.2.0 +------ + +**CHANGES** + +- Add support for Python 3.10. + +1.1.0 +------ + +**CHANGES** + +- Remove support for Python 3.6. + 1.0.0 ------ diff --git a/awsbatch-cli/setup.py b/awsbatch-cli/setup.py index f3078cecfe..892bb6a1cc 100644 --- a/awsbatch-cli/setup.py +++ b/awsbatch-cli/setup.py @@ -67,6 +67,7 @@ def readme(): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering", "License :: OSI Approved :: Apache Software License", ], From 7c1ae7ab72841f990371ce8318cdb3be71f49d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:16:16 +0000 Subject: [PATCH 2/2] Update marshmallow requirement from ~=3.10 to ~=3.19 in /cli Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.10.0...3.19.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index ad1a97a199..6a75cdcde7 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -2,7 +2,7 @@ boto3>=1.16.14 tabulate>=0.8.8,<=0.8.10 PyYAML~=5.3 jinja2~=3.0 -marshmallow~=3.10 +marshmallow~=3.19 aws-cdk.core~=1.137 aws-cdk.aws-batch~=1.137 aws_cdk.aws-cloudwatch~=1.137