Skip to content

Commit 8e9cd82

Browse files
Run flake tests with a single version of Python
* The ruff linter and formatter and sdist-check do not depend on the version of Python. * While by default mypy depends on the version of Python used to run it, code paths betweeen Python versions are identical, except for a couple exceptions irrelevant to typing. Besides testing typing within "legacy" code paths boudn to disappear doesn't ssem very useful.
1 parent 5cf5edf commit 8e9cd82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
PYTHON:
26-
- {VERSION: "3.8", NOXSESSION: "flake"}
2726
- {VERSION: "3.13", NOXSESSION: "flake"}
2827
- {VERSION: "3.13", NOXSESSION: "rust"}
2928
- {VERSION: "3.12", NOXSESSION: "docs", OPENSSL: {TYPE: "openssl", VERSION: "3.5.0"}}

0 commit comments

Comments
 (0)