Skip to content

Commit

Permalink
[AWSBatch-CLI] Add Python 3.10 support
Browse files Browse the repository at this point in the history
This commit also fixes the changelog of AWSBatch-CLI 1.1.0. Although the code of AWSBatch-CLI 1.1.0 supports Python 3.10, we didn't add the support in the setup.py.

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Feb 7, 2023
1 parent b80d82b commit ce8d2a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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

0 comments on commit ce8d2a3

Please sign in to comment.