We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7aa8b commit 6f3b364Copy full SHA for 6f3b364
2 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+* Drop Python versions before 3.6 as they are unsupported
2
+* Update code to Python 3 syntax
3
### 0.1.12/ 2020-14-12 ###
4
5
* Send `transloadit-client` header along with requests
README.md
@@ -10,6 +10,8 @@ A **Python** Integration for [Transloadit](https://transloadit.com)'s file uploa
10
11
This is a **Python** SDK to make it easy to talk to the [Transloadit](https://transloadit.com) REST API.
12
13
+Only Python 3.6+ versions are supported.
14
+
15
## Install
16
17
```bash
0 commit comments