Skip to content

Commit 14e6a9e

Browse files
hramezanijeking3
authored andcommitted
Remove remaining parts of Python3.6
1 parent 3012f8a commit 14e6a9e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ This app supports the following combinations of Django and Python:
4141
========== ========================
4242
Django Python
4343
========== ========================
44-
2.2 3.6, 3.7, 3.8, 3.9
45-
3.1 3.6, 3.7, 3.8, 3.9
46-
3.2 3.6, 3.7, 3.8, 3.9, 3.10
44+
2.2 3.7, 3.8, 3.9
45+
3.1 3.7, 3.8, 3.9
46+
3.2 3.7, 3.8, 3.9, 3.10
4747
4.0 3.8, 3.9, 3.10
4848
========== ========================
4949

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ This app supports the following combinations of Django and Python:
4141
========== =======================
4242
Django Python
4343
========== =======================
44-
2.2 3.6, 3.7, 3.8, 3.9
45-
3.1 3.6, 3.7, 3.8, 3.9
46-
3.2 3.6, 3.7, 3.8, 3.9
44+
2.2 3.7, 3.8, 3.9
45+
3.1 3.7, 3.8, 3.9
46+
3.2 3.7, 3.8, 3.9
4747
========== =======================
4848

4949
Contribute

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
22
envlist =
3-
py{36,37,38,39}-dj{22,31}-{sqlite3,postgres,mysql,mariadb},
4-
py{36,37,38,39,310}-dj32-{sqlite3,postgres,mysql,mariadb},
3+
py{37,38,39}-dj{22,31}-{sqlite3,postgres,mysql,mariadb},
4+
py{37,38,39,310}-dj32-{sqlite3,postgres,mysql,mariadb},
55
py{38,39,310}-dj{40,main}-{sqlite3,postgres,mysql,mariadb},
66
docs,
77
lint
88

99
[gh-actions]
1010
python =
11-
3.6: py36
1211
3.7: py37
1312
3.8: py38, docs, lint
1413
3.9: py39

0 commit comments

Comments
 (0)