mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
Remove support for pytype (#14463)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
# be pinned to a specific version to make failure reproducible.
|
||||
mypy==1.16.1
|
||||
pyright==1.1.403
|
||||
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
|
||||
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
|
||||
|
||||
# Libraries used by our various scripts.
|
||||
# TODO (2025-05-09): Installing this on Python 3.14 on Windows fails at
|
||||
|
||||
Reference in New Issue
Block a user