File tree Expand file tree Collapse file tree 5 files changed +437
-290
lines changed Expand file tree Collapse file tree 5 files changed +437
-290
lines changed Original file line number Diff line number Diff line change 10
10
python-version : ['3.10', '3.13']
11
11
django-version : ['4.2', '5.0', '5.1']
12
12
include :
13
- - python-version : ' 3.8'
14
- django-version : ' 4.2'
15
13
- python-version : ' 3.9'
16
14
django-version : ' 4.2'
17
15
steps :
Original file line number Diff line number Diff line change 4
4
5
5
- _ Add your latest changes from PRs here_
6
6
7
+ ### Breaking changes (#439 )
8
+
9
+ - Drop Python 3.8
10
+
11
+ The minimum version of Python in this and future releases is Python 3.9.
12
+
13
+ Python 3.8 reached end-of-life status on October 7th, 2024 (see PEP 569).
14
+
7
15
## django-docutils 0.27.0 (2024-11-26)
8
16
9
17
_ Maintenance release only, no bug fixes or new features_
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ DJANGO_DOCUTILS_LIB_TEXT = {
118
118
119
119
## More information
120
120
121
- - Python 3.8 +
121
+ - Python 3.9 +
122
122
- Django 4.2+
123
123
124
124
[ ![ Docs] ( https://github.com/tony/django-docutils/workflows/docs/badge.svg )] ( https://github.com/tony/django-docutils/actions?query=workflow%3A%22Docs%22 )
Original file line number Diff line number Diff line change 2
2
name = " django-docutils"
3
3
version = " 0.27.0"
4
4
description = " Docutils (a.k.a. reStructuredText, reST, RST) support for django."
5
- requires-python = " >=3.8 ,<4.0"
5
+ requires-python = " >=3.9 ,<4.0"
6
6
authors = [
7
7
{name = " Tony Narlock" , email = " tony@git-pull.com" }
8
8
]
@@ -18,7 +18,6 @@ classifiers = [
18
18
' License :: OSI Approved :: MIT License' ,
19
19
' Natural Language :: English' ,
20
20
' Programming Language :: Python :: 3' ,
21
- ' Programming Language :: Python :: 3.8' ,
22
21
' Programming Language :: Python :: 3.9' ,
23
22
' Programming Language :: Python :: 3.10' ,
24
23
' Programming Language :: Python :: 3.11' ,
You can’t perform that action at this time.
0 commit comments