Declare that types-jsonschema requires Python 3.8+ (#10775)

This commit is contained in:
Alex Waygood
2023-09-25 19:10:12 +01:00
committed by GitHub
parent df2efe6102
commit 3f9a3accc8

View File

@@ -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