Skip to content

Commit 5089931

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Use Python 3.9 for Code Checks
semgrep, a part of the code checks, dropped support for Python 3.6. See https://github.com/returntocorp/semgrep/blob/develop/CHANGELOG.md#changed-7 As a result, the AWS Batch CLI code check was failing. This commit uses Python 3.9 for Code Checks for AWS Batch CLI and ParallelCluster CLI Signed-off-by: Hanwen <[email protected]>
1 parent a2aecbc commit 5089931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
toxdir: cli
7070
toxenv: py38-cov
7171
- name: Code Checks
72-
python: 3.8
72+
python: 3.9
7373
toxdir: cli
7474
toxenv: code-linters
7575
- name: CLI CloudFormation Templates Checks
@@ -130,7 +130,7 @@ jobs:
130130
toxdir: awsbatch-cli
131131
toxenv: py38-cov
132132
- name: Code Checks AWS Batch CLI
133-
python: 3.6
133+
python: 3.9
134134
toxdir: awsbatch-cli
135135
toxenv: code-linters
136136
steps:

0 commit comments

Comments
 (0)