8000 docs: add supported language versions to README (#499) · aditya274/twilio-python@d3b9b9f · GitHub
[go: up one dir, main page]

Skip to content

Commit d3b9b9f

Browse files
author
childish-sambino
authored
docs: add supported language versions to README (twilio#499)
1 parent dd8a2d0 commit d3b9b9f

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,24 @@ The documentation for the Twilio API can be found [here][apidocs].
1111

1212
The Python library documentation can be found [here][libdocs].
1313

14-
## Recent Update
14+
## Versions
15+
16+
`twilio-python` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details.
1517

16-
As of release 6.5.0, Beta and Developer Preview products are now exposed via
17-
the main `twilio-python` artifact. Releases of the `alpha` branch have been
18-
discontinued.
18+
### Migrating from 5.x
1919

20-
If you were using the `alpha` release line, you should be able to switch back
21-
to the normal release line without issue.
20+
Please consult the [official migration guide](https://www.twilio.com/docs/libraries/python/migration-guide) for information on upgrading your application using twilio-python 5.x to 6.x
2221

23-
If you were using the normal release line, you should now see several new
24-
product lines that were historically hidden from you due to their Beta or
25-
Developer Preview status. Such products are explicitly documented as
26-
Beta/Developer Preview both in the Twilio docs and console, as well as through
27-
in-line code documentation here in the library.
22+
### Supp 8000 orted Python Versions
23+
24+
This library supports the following Python implementations:
25+
26+
* Python 2.7
27+
* Python 3.4
28+
* Python 3.5
29+
* Python 3.6
30+
* Python 3.7
31+
* Python 3.8
2832

2933
## Installation
3034

@@ -46,14 +50,6 @@ source code") for `twilio-python`, and then run:
4650

4751
You may need to run the above commands with `sudo`.
4852

49-
## Versions
50-
51-
`twilio-python` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details.
52-
53-
### Migrate from 5.x
54-
55-
Please consult the [official migration guide](https://www.twilio.com/docs/libraries/python/migration-guide) for information on upgrading your application using twilio-python 5.x to 6.x
56-
5753
## Getting Started
5854

5955
Getting started with the Twilio API couldn't be easier. Create a

0 commit comments

Comments
 (0)
0