File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,8 @@ jobs:
105
105
allow_failure : true
106
106
107
107
# Explicitly test (older) pytest 5.4.
108
- - name : py35-dj22-postgres-pytest54-coverage
109
- python : 3.5
110
- allow_failure : false
111
-
112
- - name : py35-dj22-sqlite_file-coverage
113
- python : 3.5
108
+ - name : py36-dj22-postgres-psycopg28-pytest54-coverage
109
+ python : 3.6
114
110
allow_failure : false
115
111
116
112
- name : py36-dj32-mysql_myisam-coverage
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pytest-django allows you to test your Django project/applications with the
34
34
35
35
* Django: 2.2, 3.2, 4.0 and latest main branch (compatible at the time of
36
36
each release)
37
- * Python: CPython>=3.5 or PyPy 3
37
+ * Python: CPython>=3.6 or PyPy 3
38
38
* pytest: >=5.4
39
39
40
40
For compatibility with older versions, use the pytest-django 3.*.* series.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ classifiers =
20
20
License :: OSI Approved :: BSD License
21
21
Operating System :: OS Independent
22
22
Programming Language :: Python
23
- Programming Language :: Python :: 3.5
24
23
Programming Language :: Python :: 3.6
25
24
Programming Language :: Python :: 3.7
26
25
Programming Language :: Python :: 3.8
@@ -35,7 +34,7 @@ project_urls =
35
34
36
35
[options]
37
36
packages = pytest_django
38
- python_requires = >=3.5
37
+ python_requires = >=3.6
39
38
setup_requires = setuptools_scm>=5.0.0
40
39
install_requires = pytest>=5.4.0
41
40
zip_safe = no
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ envlist =
5
5
py38-dj{main,40,32,22}-postgres
6
6
py37-dj{32,22}-postgres
7
7
py36-dj{32,22}-postgres
8
- py35-dj{22}-postgres
9
8
linting
10
9
11
10
[testenv]
You can’t perform that action at this time.
0 commit comments