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 #166

Closed

Commits on Apr 10, 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 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    95b148a View commit details
    Browse the repository at this point in the history