Skip to content

Commit

Permalink
drop Python 3.8 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
joshuadavidthomas and pre-commit-ci[bot] authored May 21, 2024
1 parent a800b42 commit 1d4f187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- `boto3` as an explicit dependency has been removed in favor of `django-storages[s3]`.
- Removed deprecated `version` property from all Docker `compose*.yml` files.
- Dropped support for Python 3.8.

## [2024.23]

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dynamic = ["version"]
license = {file = "LICENSE"}
name = "django-twc-project"
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"

[tool.bumpver]
commit = true
Expand Down Expand Up @@ -68,8 +68,8 @@ extend-include = ["*.pyi?"]
indent-width = 4
# Same as Black.
line-length = 88
# Assume Python >3.8.
target-version = "py38"
# Assume Python >3.9
target-version = "py39"

[tool.ruff.format]
# Like Black, indent with spaces, rather than tabs.
Expand Down

0 comments on commit 1d4f187

Please sign in to comment.