Skip to content

Commit 397118e

Browse files
committed
test against django 5.2 beta #173
1 parent ef95744 commit 397118e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- '4.2' # LTS April 2026
3636
- '5.0' # April 2025
3737
- '5.1' # December 2025
38+
- '5.2b1'
3839
exclude:
3940
- python-version: '3.9'
4041
django-version: '5.0'
@@ -50,6 +51,8 @@ jobs:
5051
django-version: '4.2'
5152
- python-version: '3.13'
5253
django-version: '5.0'
54+
- python-version: '3.9'
55+
django-version: '5.2b1'
5356
env:
5457
COVERAGE_FILE: py${{ matrix.python-version }}-linux-dj${{ matrix.django-version }}.coverage
5558
TEST_PYTHON_VERSION: ${{ matrix.python-version }}

doc/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Change Log
77
v3.1.0 (2024-03-xx)
88
===================
99

10+
* Implemented `Support Django 5.2 <https://github.com/django-commons/django-typer/issues/188>`_
1011
* Implemented `Switch poetry -> uv <https://github.com/django-commons/django-typer/issues/185>`_
1112
* Implemented `Require tests to pass before release action runs. <<https://github.com/django-commons/django-typer/issues/173>`_
1213

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ classifiers = [
3939
"Framework :: Django :: 4.2",
4040
"Framework :: Django :: 5.0",
4141
"Framework :: Django :: 5.1",
42+
"Framework :: Django :: 5.2",
4243
"Intended Audience :: Developers",
4344
"License :: OSI Approved :: MIT License",
4445
"Natural Language :: English",

0 commit comments

Comments
 (0)