Tests: test Django 4.2-alpha, Python 3.11, PyPy 3.9

This commit is contained in:
medmunds
2023-02-08 11:05:18 -08:00
parent ec864f5165
commit b1f49b8870
3 changed files with 16 additions and 7 deletions

View File

@@ -32,6 +32,8 @@ vNext
Other
~~~~~
* Test against Django 4.2 prerelease, Python 3.11 (with Django 4.2),
and PyPy 3.9.
* Use black, isort and doc8 to format code,
enforced via pre-commit. (Thanks to `@tim-schilling`_.)