Skip to content

Commit f0b78a2

Browse files
authored
Remove Python 3.6 from tox and setup.py (#778)
1 parent 93b55fe commit f0b78a2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ or just made Pipeline more awesome.
9090
* Nathan Shafer <[email protected]>
9191
* Patrick Altman <[email protected]>
9292
* Peter Baumgartner <[email protected]>
93+
* Peyman Salehi <[email protected]>
9394
* Philipp Wollermann <[email protected]>
9495
* Pierre Drescher <[email protected]>
9596
* Rajiv Bose <[email protected]>

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'Programming Language :: Python',
3535
'Programming Language :: Python :: 3',
3636
'Programming Language :: Python :: 3 :: Only',
37-
'Programming Language :: Python :: 3.6',
3837
'Programming Language :: Python :: 3.7',
3938
'Programming Language :: Python :: 3.8',
4039
'Programming Language :: Python :: 3.9',

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
22
envlist =
33
pypy3-dj{22,30,31,32}
4-
py{36,37,38,39}-dj{22,30,31}
5-
py{36,37,38,39,10}-dj32
4+
py{37,38,39}-dj{22,30,31}
5+
py{37,38,39,10}-dj32
66
py{38,39,310}-dj{40,main}
77
docs
88

99
[gh-actions]
1010
python =
11-
3.6: py36
1211
3.7: py37
1312
3.8: py38, docs
1413
3.9: py39
@@ -27,7 +26,6 @@ DJANGO =
2726
[testenv]
2827
basepython =
2928
pypy3: pypy3
30-
py36: python3.6
3129
py37: python3.7
3230
py38: python3.8
3331
py39: python3.9

0 commit comments

Comments
 (0)