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

Update tox.ini for Django 3.2, pypy, github actions #227

Closed
wants to merge 2 commits into from

Commits on Jun 21, 2024

  1. Update tox.ini for Django 3.2, pypy, gh

    * Specify how to install Django 3.2. These tests are currently running
      against later Django versions.
    * Add basepython entries for pypy. This fixes running tox locally.
    * Fix the cpython version mapping in [gh-actions]. The github action
      tests for cpython versions are running against the latest Django,
      instead of the set of possible Django versions.
    jwhitlock committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fd7c35c View commit details
    Browse the repository at this point in the history
  2. Remove pypy from Django 3.2 testing

    There are a few test failures with pypy and Django 3.2. Since 3.2 is out
    of long-term support, drop these from the test matrix.
    jwhitlock committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fa9d503 View commit details
    Browse the repository at this point in the history