Skip to content

Commit dc214be

Browse files
committed
Drop support for Python 3.8
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
1 parent fb7fc98 commit dc214be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yamllint"
33
description = "A linter for YAML files."
44
readme = {file = "README.rst", content-type = "text/x-rst"}
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66
license = {text = "GPL-3.0-or-later"}
77
authors = [{name = "Adrien Vergé"}]
88
keywords = ["yaml", "lint", "linter", "syntax", "checker"]

0 commit comments

Comments
 (0)