File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 35
35
- ' 4.2' # LTS April 2026
36
36
- ' 5.0' # April 2025
37
37
- ' 5.1' # December 2025
38
+ - ' 5.2b1'
38
39
exclude :
39
40
- python-version : ' 3.9'
40
41
django-version : ' 5.0'
50
51
django-version : ' 4.2'
51
52
- python-version : ' 3.13'
52
53
django-version : ' 5.0'
54
+ - python-version : ' 3.9'
55
+ django-version : ' 5.2b1'
53
56
env :
54
57
COVERAGE_FILE : py${{ matrix.python-version }}-linux-dj${{ matrix.django-version }}.coverage
55
58
TEST_PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Change Log
7
7
v3.1.0 (2024-03-xx)
8
8
===================
9
9
10
+ * Implemented `Support Django 5.2 <https://github.com/django-commons/django-typer/issues/188 >`_
10
11
* Implemented `Switch poetry -> uv <https://github.com/django-commons/django-typer/issues/185 >`_
11
12
* Implemented `Require tests to pass before release action runs. <<https://github.com/django-commons/django-typer/issues/173> `_
12
13
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ classifiers = [
39
39
" Framework :: Django :: 4.2" ,
40
40
" Framework :: Django :: 5.0" ,
41
41
" Framework :: Django :: 5.1" ,
42
+ " Framework :: Django :: 5.2" ,
42
43
" Intended Audience :: Developers" ,
43
44
" License :: OSI Approved :: MIT License" ,
44
45
" Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments