File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ notifications:
9
9
10
10
matrix :
11
11
include :
12
- - python : 3.6
13
12
- python : 3.7
14
- - python : 3.8
15
- # - python: 3.9
13
+ - python : 3.10
16
14
17
15
before_install :
18
16
- npm install npm@latest -g
@@ -42,13 +40,13 @@ deploy:
42
40
script : npx semantic-release
43
41
skip_cleanup : true
44
42
on :
45
- python : ' 3.6 '
43
+ python : ' 3.7 '
46
44
branch : main
47
45
- provider : pypi
48
46
user : __token__
49
47
password : $PYPI_TOKEN
50
48
repository : https://upload.pypi.org/legacy
51
49
skip_cleanup : true
52
50
on :
53
- python : ' 3.6 '
51
+ python : ' 3.7 '
54
52
tags : true
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Service Name | Imported Class Name
49
49
50
50
* An [ IBM Cloud] [ ibm-cloud-onboarding ] account.
51
51
* 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.
53
53
54
54
## Installation
55
55
Original file line number Diff line number Diff line change 61
61
classifiers = [
62
62
'Programming Language :: Python' ,
63
63
'Programming Language :: Python :: 3' ,
64
- 'Programming Language :: Python :: 3.6' ,
65
64
'Programming Language :: Python :: 3.7' ,
66
65
'Programming Language :: Python :: 3.8' ,
67
66
'Programming Language :: Python :: 3.9' ,
67
+ 'Programming Language :: Python :: 3.10' ,
68
68
'Development Status :: 4 - Beta' ,
69
69
'Intended Audience :: Developers' ,
70
70
'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments