File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
65
65
matrix :
66
66
include :
67
67
- name : linting,docs
68
- python : ' 3.8 '
68
+ python : ' 3.10 '
69
69
allow_failure : false
70
70
71
- - name : py310 -dj41-postgres-xdist-coverage
72
- python : ' 3.10 '
71
+ - name : py311 -dj41-postgres-xdist-coverage
72
+ python : ' 3.11 '
73
73
allow_failure : false
74
74
75
75
- name : py310-dj40-postgres-xdist-coverage
@@ -80,12 +80,12 @@ jobs:
80
80
python : ' 3.10'
81
81
allow_failure : false
82
82
83
- - name : py39 -dj41-mysql_innodb-coverage
84
- python : ' 3.9 '
83
+ - name : py311 -dj41-mysql_innodb-coverage
84
+ python : ' 3.11 '
85
85
allow_failure : false
86
86
87
- - name : py39 -dj40-mysql_innodb-coverage
88
- python : ' 3.9 '
87
+ - name : py310 -dj40-mysql_innodb-coverage
88
+ python : ' 3.10 '
89
89
allow_failure : false
90
90
91
91
- name : py39-dj32-mysql_innodb-xdist-coverage
@@ -100,8 +100,8 @@ jobs:
100
100
python : ' 3.8'
101
101
allow_failure : false
102
102
103
- - name : py38 -dj32-sqlite-xdist-coverage
104
- python : ' 3.8 '
103
+ - name : py37 -dj32-sqlite-xdist-coverage
104
+ python : ' 3.7 '
105
105
allow_failure : false
106
106
107
107
- name : py310-djmain-sqlite-coverage
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pytest-django allows you to test your Django project/applications with the
32
32
<https://pytest-django.readthedocs.io/en/latest/contributing.html> `_
33
33
* Version compatibility:
34
34
35
- * Django: 3.2, 4.0 and latest main branch (compatible at the time of
35
+ * Django: 3.2, 4.0, 4.1 and latest main branch (compatible at the time of
36
36
each release)
37
37
* Python: CPython>=3.7 or PyPy 3
38
38
* pytest: >=5.4
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Improvements
9
9
10
10
* Official Django 4.1 support.
11
11
12
+ * Official Python 3.11 support.
13
+
12
14
* Drop support for Python version 3.6.
13
15
14
16
v4.5.2 (2021-12-07)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =
24
24
Programming Language :: Python :: 3.8
25
25
Programming Language :: Python :: 3.9
26
26
Programming Language :: Python :: 3.10
27
+ Programming Language :: Python :: 3.11
27
28
Programming Language :: Python :: Implementation :: CPython
28
29
Programming Language :: Python :: Implementation :: PyPy
29
30
Topic :: Software Development :: Testing
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ commands =
61
61
62
62
[testenv:doc8]
63
63
extras =
64
- basepython = python3.8
64
+ basepython = python3
65
65
skip_install = true
66
66
deps =
67
67
sphinx
@@ -76,7 +76,7 @@ commands = sphinx-build -n -W -b html -d docs/_build/doctrees docs docs/_build/h
76
76
77
77
[testenv:readme]
78
78
extras =
79
- basepython = python3.8
79
+ basepython = python3
80
80
deps =
81
81
readme_renderer
82
82
commands =
You can’t perform that action at this time.
0 commit comments