mirror of
https://github.com/adrienverge/yamllint.git
synced 2026-08-19 00:14:42 -05:00
CI: Add support for Python 3.13
And drop support for Python 3.8 (end-of-life since 2024-10-07).
This commit is contained in:
@@ -39,11 +39,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
- '3.13'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user