Skip to content

Commit

Permalink
Test: enable Django 5.0alpha and Python 3.12rc
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Sep 22, 2023
1 parent 42dbfcf commit 97fe816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Other
* **Mailgun (docs):** Clarify account-level "Mailgun API keys" vs.
domain-level "sending API keys." (Thanks to `@sdarwin`_ for
reporting the issue.)
* Test against prerelease versions of Django 5.0 and Python 3.12.


v10.1
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ envlist =
# Django 3.0: Python 3.6 (eol 2021-12-23), 3.7, 3.8, 3.9 (added in 3.0.11)
django30-py{38,39,py38,py39}-all
# ... then prereleases (if available) and current development:
# Django 5.0 alpha: Python 3.10+
# [not yet in alpha] django50-py{310,311,py310,py311}-all
# Django 5.0 dev: Python 3.10+
djangoDev-py{310,311}-all
# Django 5.0 alpha: Python 3.10, 3.11, 3.12
django50-py{310,311,312}-all
# Django 5.1 dev: Python 3.10+
djangoDev-py{310,311,312}-all
# ... then partial installation (limit extras):
django42-py311-{none,amazon_ses,postal}
# tox requires isolated builds to use pyproject.toml build config:
Expand Down

0 comments on commit 97fe816

Please sign in to comment.