Drop support for Python 3.7

Remove support for EoL Python 3.7.

Closes #592.
This commit is contained in:
Caleb P. Burns 2023-09-07 09:15:44 -04:00 committed by GitHub
parent a68c3aa69e
commit 40ce4c21df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'

View File

@ -2,7 +2,7 @@
name = "yamllint"
description = "A linter for YAML files."
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.7"
requires-python = ">=3.8"
license = {text = "GPL-3.0-or-later"}
authors = [{name = "Adrien Vergé"}]
keywords = ["yaml", "lint", "linter", "syntax", "checker"]