Skip to content

Commit 3ce22d7

Browse files
[AWSBatch-CLI] Add Python 3.10 support
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]>
1 parent 5629b6d commit 3ce22d7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

awsbatch-cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGELOG
22
=========
33

4+
1.2.0
5+
------
6+
7+
**CHANGES**
8+
9+
- Add support for Python 3.10.
10+
11+
1.1.0
12+
------
13+
14+
**CHANGES**
15+
16+
- Remove support for Python 3.6.
17+
418
1.0.0
519
------
620

awsbatch-cli/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def readme():
6767
"Programming Language :: Python :: 3.7",
6868
"Programming Language :: Python :: 3.8",
6969
"Programming Language :: Python :: 3.9",
70+
"Programming Language :: Python :: 3.10",
7071
"Topic :: Scientific/Engineering",
7172
"License :: OSI Approved :: Apache Software License",
7273
],

0 commit comments

Comments
 (0)