From 5ef6c303c97dbfcec8d08244580982eda7e5e9d4 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 25 Sep 2023 18:58:01 +0100 Subject: [PATCH] Declare that `types-jsonschema` requires Python 3.8+ See #10772 --- stubs/jsonschema/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index f6c4a4dca2b5..85ad912c0176 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -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