Skip to content

Commit 6baa8ac

Browse files
committed
workflows: Run linter on oldest supported Python
This is useful since it will notice use of too new futures (or lack of "from __future__ import annotations"). Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 818b0eb commit 6baa8ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
include:
1717
# Run macOS tests on 3.9 (current OS X python) and latest,
1818
# Run Windows and "special" tests on latest Python version only
19+
# Run linter on oldest supported Python
1920
- python-version: "3.9"
2021
os: macos-latest
2122
toxenv: py
@@ -34,7 +35,7 @@ jobs:
3435
- python-version: "3.13"
3536
os: ubuntu-latest
3637
toxenv: py-test-gpg-fails
37-
- python-version: "3.13"
38+
- python-version: "3.9"
3839
os: ubuntu-latest
3940
toxenv: lint
4041

0 commit comments

Comments
 (0)