Skip to content

Commit dcd740c

Browse files
hramezanibluetech
authored andcommitted
Drop Django 3.0 support.
1 parent cb91422 commit dcd740c

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python: 3.9
6868
allow_failure: false
6969

70-
- name: py37-dj30-mysql_innodb-coverage
70+
- name: py37-dj31-mysql_innodb-coverage
7171
python: 3.7
7272
allow_failure: false
7373

@@ -79,10 +79,6 @@ jobs:
7979
python: 3.7
8080
allow_failure: false
8181

82-
- name: py38-dj30-sqlite-xdist-coverage
83-
python: 3.8
84-
allow_failure: false
85-
8682
- name: py38-dj32-sqlite-xdist-coverage
8783
python: 3.8
8884
allow_failure: false

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pytest-django allows you to test your Django project/applications with the
2828
<https://pytest-django.readthedocs.io/en/latest/contributing.html>`_
2929
* Version compatibility:
3030

31-
* Django: 2.2, 3.0, 3.1, 3.2 and latest main branch (compatible at the time of
31+
* Django: 2.2, 3.1, 3.2 and latest main branch (compatible at the time of
3232
each release)
3333
* Python: CPython>=3.5 or PyPy 3
3434
* pytest: >=5.4

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers =
1414
Development Status :: 5 - Production/Stable
1515
Framework :: Django
1616
Framework :: Django :: 2.2
17-
Framework :: Django :: 3.0
1817
Framework :: Django :: 3.1
1918
Framework :: Django :: 3.2
2019
Intended Audience :: Developers

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
22
envlist =
33
py310-dj{main,32}-postgres
4-
py39-dj{main,32,31,30,22}-postgres
5-
py38-dj{main,32,31,30,22}-postgres
6-
py37-dj{32,31,30,22}-postgres
7-
py36-dj{32,31,30,22}-postgres
4+
py39-dj{main,32,31,22}-postgres
5+
py38-dj{main,32,31,22}-postgres
6+
py37-dj{32,31,22}-postgres
7+
py36-dj{32,31,22}-postgres
88
py35-dj{22}-postgres
99
checkqa
1010

@@ -14,7 +14,6 @@ deps =
1414
djmain: https://github.com/django/django/archive/main.tar.gz
1515
dj32: Django>=3.2,<4.0
1616
dj31: Django>=3.1,<3.2
17-
dj30: Django>=3.0,<3.1
1817
dj22: Django>=2.2,<2.3
1918

2019
mysql_myisam: mysqlclient==1.4.2.post1

0 commit comments

Comments
 (0)