Skip to content

Commit 0c84d34

Browse files
committed
Drop support for Python 3.9
Python 3.9 is officially "end-of-life" since 2025-10-31. Note: Python 3.14 is officially supported since commit 823a96e "CI: Test more versions of Python".
1 parent 22d07ed commit 0c84d34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
python-version:
45-
- '3.9'
4645
- '3.10'
4746
- '3.11'
4847
- '3.12'

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.9"
5+
requires-python = ">=3.10"
66
license = "GPL-3.0-or-later"
77
authors = [{name = "Adrien Vergé"}]
88
keywords = ["yaml", "lint", "linter", "syntax", "checker"]

0 commit comments

Comments
 (0)