Files
typeshed/stubs/paramiko/METADATA.toml
T
2025-08-05 07:38:21 -04:00

9 lines
300 B
TOML

version = "4.0.*"
upstream_repository = "https://github.com/paramiko/paramiko"
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
requires = ["cryptography>=37.0.0"]
[tool.stubtest]
# linux and darwin are equivalent
ci_platforms = ["linux", "win32"]