Removing support of Python 3.6

Sorry I tried
This commit is contained in:
Karim shoair
2024-10-14 00:45:09 +03:00
parent 5569ee9a39
commit b7ab7f31e7
4 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ setup(
install_requires=[
"requests>=2.3",
"lxml>=4.5",
"cssselect>=1.0",
"cssselect>=1.2",
"w3lib",
"orjson>=3",
"tldextract",
],
python_requires=">=3.6",
python_requires=">=3.7",
url="https://github.com/D4Vinci/Scrapling",
project_urls={
"Documentation": "https://github.com/D4Vinci/Scrapling/Docs", # For now