Skip to content

Commit

Permalink
Drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 2, 2024
1 parent 0281fc3 commit 1ae3f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change log
Next version
~~~~~~~~~~~~

- Dropped support for Python 3.8.


0.15 (2024-07-01)
~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = { text = "BSD-3-Clause" }
authors = [
{ name = "Matthias Kestenholz", email = "mk@feinheit.ch" },
]
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Environment :: Web Environment",
"Framework :: Django",
Expand All @@ -21,7 +21,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -52,7 +51,7 @@ include = [
path = "cabinet/__init__.py"

[tool.ruff]
target-version = "py38"
target-version = "py39"

fix = true
show-fixes = true
Expand Down

0 comments on commit 1ae3f3e

Please sign in to comment.