diff --git a/README.md b/README.md index 28b55199f3..2b5d1f0836 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,24 @@ The documentation for the Twilio API can be found [here][apidocs]. The Python library documentation can be found [here][libdocs]. -## Recent Update +## Versions + +`twilio-python` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details. -As of release 6.5.0, Beta and Developer Preview products are now exposed via -the main `twilio-python` artifact. Releases of the `alpha` branch have been -discontinued. +### Migrating from 5.x -If you were using the `alpha` release line, you should be able to switch back -to the normal release line without issue. +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 -If you were using the normal release line, you should now see several new -product lines that were historically hidden from you due to their Beta or -Developer Preview status. Such products are explicitly documented as -Beta/Developer Preview both in the Twilio docs and console, as well as through -in-line code documentation here in the library. +### Supported Python Versions + +This library supports the following Python implementations: + +* Python 2.7 +* Python 3.4 +* Python 3.5 +* Python 3.6 +* Python 3.7 +* Python 3.8 ## Installation @@ -46,14 +50,6 @@ source code") for `twilio-python`, and then run: You may need to run the above commands with `sudo`. -## Versions - -`twilio-python` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details. - -### Migrate from 5.x - -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 - ## Getting Started Getting started with the Twilio API couldn't be easier. Create a