File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- python-version : ["3.7", "3. 8", "3.9", "3.10", "3.11"]
8
+ python-version : ["3.8", "3.9", "3.10", "3.11"]
9
9
django-version : ["django~=3.2", "django~=4.1", "django~=4.2"]
10
10
optional-dependencies : ["optional-deps", "no-optional-deps"]
11
- exclude :
12
- - python-version : " 3.7"
13
- django-version : " django~=4.1"
14
- - python-version : " 3.7"
15
- django-version : " django~=4.2"
16
11
env :
17
12
OS : ubuntu-latest
18
13
PYTHON : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Unreleased
6
6
7
7
* Drop support for sphinx < 3.4.0
8
8
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45 >`_ ] Fix rendering of inheritance diagrams
9
+ * Drop support for Python 3.7
9
10
10
11
11
12
Version 2.4 (2023-07-02)
Original file line number Diff line number Diff line change 18
18
" Intended Audience :: Developers" ,
19
19
" License :: OSI Approved :: Apache Software License" ,
20
20
" Operating System :: OS Independent" ,
21
- " Programming Language :: Python :: 3.7" ,
22
21
" Programming Language :: Python :: 3.8" ,
23
22
" Programming Language :: Python :: 3.9" ,
24
23
" Programming Language :: Python :: 3.10" ,
36
35
license = { text = " Apache2 2.0 License" }
37
36
name = " sphinxcontrib-django"
38
37
readme = " README.rst"
39
- requires-python = " >=3.7 "
38
+ requires-python = " >=3.8 "
40
39
41
40
[project .urls ]
42
41
"Bug Tracker" = " https://github.com/edoburu/sphinxcontrib-django/issues"
You can’t perform that action at this time.
0 commit comments