Test: enable Django 5.0alpha and Python 3.12rc

This commit is contained in:
Mike Edmunds
2023-09-22 09:38:03 -07:00
parent 42dbfcf2c4
commit 97fe8162bf
2 changed files with 5 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ Other
* **Mailgun (docs):** Clarify account-level "Mailgun API keys" vs. * **Mailgun (docs):** Clarify account-level "Mailgun API keys" vs.
domain-level "sending API keys." (Thanks to `@sdarwin`_ for domain-level "sending API keys." (Thanks to `@sdarwin`_ for
reporting the issue.) reporting the issue.)
* Test against prerelease versions of Django 5.0 and Python 3.12.
v10.1 v10.1

View File

@@ -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) # 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 django30-py{38,39,py38,py39}-all
# ... then prereleases (if available) and current development: # ... then prereleases (if available) and current development:
# Django 5.0 alpha: Python 3.10+ # Django 5.0 alpha: Python 3.10, 3.11, 3.12
# [not yet in alpha] django50-py{310,311,py310,py311}-all django50-py{310,311,312}-all
# Django 5.0 dev: Python 3.10+ # Django 5.1 dev: Python 3.10+
djangoDev-py{310,311}-all djangoDev-py{310,311,312}-all
# ... then partial installation (limit extras): # ... then partial installation (limit extras):
django42-py311-{none,amazon_ses,postal} django42-py311-{none,amazon_ses,postal}
# tox requires isolated builds to use pyproject.toml build config: # tox requires isolated builds to use pyproject.toml build config: