mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-19 09:43:18 +08:00
[CI] Run stubtest with Python 3.13 (#13638)
This commit is contained in:
@@ -4,4 +4,7 @@ requires = ["types-requests"]
|
||||
|
||||
[tool.stubtest]
|
||||
extras = ["slack", "telegram"]
|
||||
stubtest_requirements = ["dask", "pandas", "rich", "tensorflow"]
|
||||
# Add `"tensorflow"` to this list when there's a tensorflow release supporting
|
||||
# Python 3.13: https://github.com/tensorflow/tensorflow/issues/78774.
|
||||
# Also remove tqdm.keras from @tests/stubtest_allowlist.txt.
|
||||
stubtest_requirements = ["dask", "pandas", "rich"]
|
||||
|
||||
Reference in New Issue
Block a user