You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-19Lines changed: 15 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,24 @@ The documentation for the Twilio API can be found [here][apidocs].
11
11
12
12
The Python library documentation can be found [here][libdocs].
13
13
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.
15
17
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
19
19
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
22
21
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
28
32
29
33
## Installation
30
34
@@ -46,14 +50,6 @@ source code") for `twilio-python`, and then run:
46
50
47
51
You may need to run the above commands with `sudo`.
48
52
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
-
57
53
## Getting Started
58
54
59
55
Getting started with the Twilio API couldn't be easier. Create a
0 commit comments