Skip to content

Commit eec566d

Browse files
committed
CI: Test Django 5.2 pre-release.
1 parent 335de96 commit eec566d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Fixes
6666
Other
6767
~~~~~
6868

69+
* Test against Django 5.2 pre-release.
70+
6971
* **Resend:** Remove Anymail's workaround for an earlier Resend API bug with
7072
punctuation in address display names. Resend has fixed the bug.
7173

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ classifiers = [
4545
"Programming Language :: Python :: 3.10",
4646
"Programming Language :: Python :: 3.11",
4747
"Programming Language :: Python :: 3.12",
48+
"Programming Language :: Python :: 3.13",
4849
"License :: OSI Approved :: BSD License",
4950
"Topic :: Communications :: Email",
5051
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -55,6 +56,7 @@ classifiers = [
5556
"Framework :: Django :: 4.2",
5657
"Framework :: Django :: 5.0",
5758
"Framework :: Django :: 5.1",
59+
"Framework :: Django :: 5.2",
5860
"Environment :: Web Environment",
5961
]
6062

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ envlist =
1919
django41-py{38,39,310,py38,py39}-all
2020
# Django 4.0: Python 3.8, 3.9, 3.10
2121
django40-py{39,310,py38,py39}-all
22-
# ... then prereleases (if available) and current development:
22+
# ... then pre-releases (if available) and current development:
2323
# Django 5.2 pre-release: Python 3.10, 3.11, 3.12 and 3.13
24-
# django52-py{310,311,312,313}-all
25-
# Django 5.2 dev: Python 3.10, 3.11, 3.12 and 3.13
26-
djangoDev-py{310,311,312,313}-all
24+
django52-py{310,311,312,313}-all
25+
# Django 6.0 dev: Python 3.12 and 3.13
26+
djangoDev-py{312,313}-all
2727
# ... then partial installation (limit extras):
2828
django51-py312-{none,amazon_ses,postal,resend}
2929
# tox requires isolated builds to use pyproject.toml build config:

0 commit comments

Comments
 (0)