Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Actions: Add Python 3.12 to the testing (#445)
* Django 5.0 supports Python 3.10, 3.11, and 3.12 https://pypi.org/project/Django https://www.djangoproject.com/weblog/2023/dec/04/django-50-released Django 4.1 has reached the end of extended support. The final security release ([4.1.13](https://docs.djangoproject.com/en/stable/releases/4.1.13/)) was issued on November 1st. All Django 4.1 users are encouraged to [upgrade](https://docs.djangoproject.com/en/dev/howto/upgrade-version/) to Django 4.2 or later. https://docs.djangoproject.com/en/5.0/releases/5.0 > Django 5.0 supports Python 3.10, 3.11, and 3.12. * tox.ini: Add py312 * python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
- Loading branch information