From 2bc9ff69229df519d04d97ad20fc059d4c241394 Mon Sep 17 00:00:00 2001 From: Wesley van Lee Date: Tue, 15 Oct 2024 09:52:15 +0200 Subject: [PATCH] update requires-python in pyprojec.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e789fc..0c24f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "wacz==0.5.0", "cdxj-indexer==1.4.5", ] -requires-python = ">=3.7" +requires-python = ">=3.7,<3.13" authors = [] maintainers = [] description = "A webarchive extension for Scrapy"