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

Conversation

adamchainz
Copy link
Contributor

  • 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).

* 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).
@Flimm
Copy link
Contributor

Flimm commented Jun 23, 2021

This looks good to me.

@adamchainz
Copy link
Contributor Author

@g-k it seems maintenance is getting behind. I'm happy to take over if you'd like. I maintain a bunch of django related projects already.

@g-k
Copy link
Contributor

g-k commented Jul 26, 2021

Thanks! Landed the changes with some slight modifications in #175.

@pmac and I could always use help with maintenance. Is there anything in particular you'd like to help out with?

Ideally, we'll land CSP support in django-core for #135 and only keep this library around to support older django versions, so I've been holding off on landing new feature requests.

@g-k g-k closed this Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants