Skip to content

Commit ab49c93

Browse files
committed
Don't install stubdefault on Python 3.14
1 parent 84ebc7e commit ab49c93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ pathspec>=0.11.1
1414
pre-commit
1515
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
1616
ruff==0.11.4
17-
stubdefaulter==0.1.0
17+
# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet
18+
stubdefaulter==0.1.0; python_version < "3.14"
1819
termcolor>=2.3
1920
tomli==2.2.1
2021
tomlkit==0.13.2

0 commit comments

Comments
 (0)