mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Declare that types-jsonschema requires Python 3.8+ (#10775)
This commit is contained in:
@@ -2,6 +2,7 @@ version = "4.19.*"
|
||||
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
|
||||
requires = ["referencing"]
|
||||
partial_stub = true
|
||||
requires_python = ">=3.8"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
|
||||
Reference in New Issue
Block a user