Skip to content

Commit 67e22cb

Browse files
Drop Python 3.6
Update testing matrix and doc
1 parent bf1295b commit 67e22cb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
python-version: ["3.6", "3.7", "3.8", "3.9"]
11+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Unreleased
2+
- Drop Python 3.6 from CI. It has been unsupported since December 2021 and github actions runner don't support anymore (https://github.com/actions/setup-python/issues/544)
3+
14
### 0.2.1/ 2022-29-08 ###
25

36
* Add documentation on publishing releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A **Python** Integration for [Transloadit](https://transloadit.com)'s file uploa
1010

1111
This is a **Python** SDK to make it easy to talk to the [Transloadit](https://transloadit.com) REST API.
1212

13-
Only Python 3.6+ versions are supported.
13+
Only Python 3.7+ versions are supported.
1414

1515
## Install
1616

0 commit comments

Comments
 (0)