Skip to content

Commit 049cc4f

Browse files
committed
fix(project): Bump minimum Python version to match sdk core
Signed-off-by: James Hart <[email protected]>
1 parent ca12e77 commit 049cc4f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.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.10
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
classifiers=[
6262
'Programming Language :: Python',
6363
'Programming Language :: Python :: 3',
64-
'Programming Language :: Python :: 3.6',
6564
'Programming Language :: Python :: 3.7',
6665
'Programming Language :: Python :: 3.8',
6766
'Programming Language :: Python :: 3.9',
67+
'Programming Language :: Python :: 3.10',
6868
'Development Status :: 4 - Beta',
6969
'Intended Audience :: Developers',
7070
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)