Skip to content

Commit 97fe816

Browse files
committed
Test: enable Django 5.0alpha and Python 3.12rc
1 parent 42dbfcf commit 97fe816

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Other
3636
* **Mailgun (docs):** Clarify account-level "Mailgun API keys" vs.
3737
domain-level "sending API keys." (Thanks to `@sdarwin`_ for
3838
reporting the issue.)
39+
* Test against prerelease versions of Django 5.0 and Python 3.12.
3940

4041

4142
v10.1

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ envlist =
2222
# Django 3.0: Python 3.6 (eol 2021-12-23), 3.7, 3.8, 3.9 (added in 3.0.11)
2323
django30-py{38,39,py38,py39}-all
2424
# ... then prereleases (if available) and current development:
25-
# Django 5.0 alpha: Python 3.10+
26-
# [not yet in alpha] django50-py{310,311,py310,py311}-all
27-
# Django 5.0 dev: Python 3.10+
28-
djangoDev-py{310,311}-all
25+
# Django 5.0 alpha: Python 3.10, 3.11, 3.12
26+
django50-py{310,311,312}-all
27+
# Django 5.1 dev: Python 3.10+
28+
djangoDev-py{310,311,312}-all
2929
# ... then partial installation (limit extras):
3030
django42-py311-{none,amazon_ses,postal}
3131
# tox requires isolated builds to use pyproject.toml build config:

0 commit comments

Comments
 (0)