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

Drop old Django and Python versions #175

Merged
merged 2 commits into from
Jul 26, 2021
Merged

Drop old Django and Python versions #175

merged 2 commits into from
Jul 26, 2021

Commits on Jul 26, 2021

  1. Drop old Django and Python versions

    * Remove old Django and Python versions from tox and Circle CI test grids
    * Update setup.py classifiers accordingly.
    * Update `py.test` command to `pytest` since it was renamed.
    * Update `master` to `main` for Django's default branch since it was renamed.
    * Drop universal wheel declaration in `setup.cfg` since Python 2 is no longer supported.
    * Fix `.gitignore` to ignore generated coverage files.
    * Move `pytest-cov` requirement to test requirements to get a version compatible with the pinned pytest version (otherwise pip logs a red warning).
    adamchainz authored and Greg Guthe committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    9816ced View commit details
    Browse the repository at this point in the history
  2. tests: add get_response arg to middleware init

    Fix TypeError: __init__() missing 1 required positional argument: 'get_response'
    Greg Guthe committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    445f66d View commit details
    Browse the repository at this point in the history