8000 Declare that `types-jsonschema` requires Python 3.8+ · python/typeshed@5ef6c30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ef6c30

Browse files
authored
Declare that types-jsonschema requires Python 3.8+
See #10772
1 parent df2efe6 commit 5ef6c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/jsonschema/METADATA.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version = "4.19.*"
22
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
33
requires = ["referencing"]
44
partial_stub = true
5+
requires_python = ">=3.8"
56

67
[tool.stubtest]
78
ignore_missing_stub = true

0 commit comments

Comments
 (0)
0