Skip to content

Commit d269e60

Browse files
Merge pull request #1656 from allmightyspiff/master
Updated readme
2 parents fac57e9 + 2abbb53 commit d269e60

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,16 @@ If you are using the library directly in python, you can do something like this.
153153
154154
System Requirements
155155
-------------------
156-
* Python 3.5, 3.6, 3.7, 3.8, or 3.9.
156+
* Python 3.8, 3.9, or 3.10.
157157
* A valid SoftLayer API username and key.
158158
* A connection to SoftLayer's private network is required to use
159159
our private network API endpoints.
160160

161+
Python 3.6 Support
162+
------------------
163+
As of version 6.0.0 SoftLayer-Python will no longer support python3.6, which is `End of Life as of 2022 <https://endoflife.date/python>`_.
164+
If you cannot install python 3.8+ for some reason, you will need to use a version of softlayer-python <= 6.0.0
165+
161166
Python 2.7 Support
162167
------------------
163168
As of version 5.8.0 SoftLayer-Python will no longer support python2.7, which is `End Of Life as of 2020 <https://www.python.org/dev/peps/pep-0373/>`_ .
@@ -167,12 +172,15 @@ If you cannot install python 3.6+ for some reason, you will need to use a versio
167172

168173
Python Packages
169174
---------------
170-
* prettytable >= 2.0.0
171-
* click >= 7
175+
* prettytable >= 2.5.0
176+
* click >= 8.0.4
172177
* requests >= 2.20.0
173178
* prompt_toolkit >= 2
174179
* pygments >= 2.0.0
175180
* urllib3 >= 1.24
181+
* rich == 12.3.0
182+
183+
*NOTE* If `ptable` (not prettytable) is installed, this will cause issues rendering tables.
176184

177185
Copyright
178186
---------

0 commit comments

Comments
 (0)