Skip to content

Commit 09d59e2

Browse files
authored
Merge pull request #9 from IBM/listNoVulns
fix(project): improve testcase and fix dependabot finding
2 parents 4db7014 + 0c53461 commit 09d59e2

File tree

6 files changed

+242
-226
lines changed

6 files changed

+242
-226
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var/
2424
*.egg-info/
2525
.installed.cfg
2626
*.egg
27+
node_modules/
2728

2829
# PyInstaller
2930
# Usually these files are written by a python script from a template

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ notifications:
99

1010
matrix:
1111
include:
12-
- python: 3.6
1312
- python: 3.7
14-
- python: 3.8
15-
# - python: 3.9
13+
- python: 3.9
1614

1715
before_install:
1816
- npm install npm@latest -g
@@ -42,13 +40,13 @@ deploy:
4240
script: npx semantic-release
4341
skip_cleanup: true
4442
on:
45-
python: '3.6'
43+
python: '3.7'
4644
branch: main
4745
- provider: pypi
4846
user: __token__
4947
password: $PYPI_TOKEN
5048
repository: https://upload.pypi.org/legacy
5149
skip_cleanup: true
5250
on:
53-
python: '3.6'
51+
python: '3.7'
5452
tags: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Service Name | Imported Class Name
4949

5050
* An [IBM Cloud][ibm-cloud-onboarding] account.
5151
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
52-
* Python 3.6 or above.
52+
* Python 3.7 or above.
5353

5454
## Installation
5555

0 commit comments

Comments
 (0)