mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
Drop support for Python 3.7
Remove support for EoL Python 3.7. Closes #592.
This commit is contained in:
parent
a68c3aa69e
commit
40ce4c21df
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -38,7 +38,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user