Skip to content

Commit

Permalink
Drop support for Python 3.8
Browse files Browse the repository at this point in the history
This fixes a leftover from commit c20f191 "CI: Add support for Python
3.13".

Python 3.8 is officially "end-of-life" since 2024-10-07.

Fixes #717
  • Loading branch information
adrienverge committed Mar 7, 2025
1 parent fb7fc98 commit dc214be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "yamllint"
description = "A linter for YAML files."
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {text = "GPL-3.0-or-later"}
authors = [{name = "Adrien Vergé"}]
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
Expand Down

0 comments on commit dc214be

Please sign in to comment.