Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions awsbatch-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
1 change: 1 addition & 0 deletions awsbatch-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aws-cdk.aws-codebuild~=1.137
aws-cdk.aws-dynamodb~=1.137
aws-cdk.aws-ec2~=1.137
aws-cdk.aws-efs~=1.137
aws-cdk.aws-events~=1.137
aws-cdk.aws-events~=1.193
aws-cdk.aws-fsx~=1.137
aws-cdk.aws-imagebuilder~=1.137
aws-cdk.aws-iam~=1.137
Expand Down