Only lint on 3.12

This commit is contained in:
Nuno Campos
2024-09-19 09:18:36 -07:00
parent 495d258322
commit faa652cbf4
+1 -2
View File
@@ -27,8 +27,7 @@ jobs:
# Starting new jobs is also relatively slow,
# so linting on fewer versions makes CI faster.
python-version:
- "3.9"
- "3.11"
- "3.12"
name: "lint #${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4