Skip to content

Commit a47332e

Browse files
Drop python 3.6
Its end of life was 2021-12-23
1 parent 5130467 commit a47332e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Drop Python versions before 3.6 as they are unsupported
1+
* Drop Python versions before 3.7 as they are unsupported
22
* Update code to Python 3 syntax
33

44
### 0.1.12/ 2020-14-12 ###

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, py39
2+
envlist = py37, py38, py39
33

44
skipsdist = True
55
[testenv]

0 commit comments

Comments
 (0)