build: set minimum version to Python 3.10

This commit is contained in:
Karim shoair
2025-07-07 00:09:02 +03:00
parent 2b73fdbfd7
commit 3184dd8581
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ from lxml import html
from scrapling.core._types import Any, Dict, Iterable, Union
# Using cache on top of a class is brilliant way to achieve Singleton design pattern without much code
# functools.cache is available on Python 3.9+ only so let's keep lru_cache
# Using cache on top of a class is a brilliant way to achieve a Singleton design pattern without much code
from functools import lru_cache # isort:skip
html_forbidden = {