Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: Add Python 3.12 to the testing #445

Merged
merged 4 commits into from
Dec 9, 2023

Commits on Dec 5, 2023

  1. 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.
    cclauss authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7b0000a View commit details
    Browse the repository at this point in the history
  2. tox.ini: Add py312

    cclauss authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bb78ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab5fc51 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Upgrade GitHub Action

    cclauss authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fc95123 View commit details
    Browse the repository at this point in the history