Dropped support for Django 3.2, which reached end-of-life on 2024-04-01 (gh-1344)
Removed the temporary requirement on asgiref>=3.6 added in 3.5.0,
now that the minimum required Django version is 4.2 (gh-1344)
Migrated package building from using the deprecated setup.py to using
pyproject.toml (with Hatchling as build backend);
setup.py has consequently been removed (gh-1348)
Added django>=4.2 as an installation dependency, to mirror the minimum version
tested in our CI (gh-1349)
Commits
2a2bec9 Merge pull request #1350 from jazzband/release-3.7.0
1fe70ab Replaced PyPI comments in CHANGES.rst with a regex
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps django-simple-history from 3.6.0 to 3.7.0.
Release notes
Sourced from django-simple-history's releases.
Changelog
Sourced from django-simple-history's changelog.
Commits
2a2bec9
Merge pull request #1350 from jazzband/release-3.7.01fe70ab
Replaced PyPI comments in CHANGES.rst with a regex695b17f
Prepare for release 3.7.0a4e4783
Added Django as installation dependency (#1349)6a8918e
Merge pull request #1348 from ofek/modernize-metadata19722e2
Merge branch 'ddabble/update-package-metadata' into modernize-metadatafef00f6
Migrated setup.py -> pyproject.toml with Hatchlingcf6848c
Tweaked layout of README badges87a08b7
Changed docs link to stable version560f298
Dropped support for Django 3.2 (#1344)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show