refactor:set min supported python version to 3.11

This commit is contained in:
Benexl
2025-08-18 13:19:56 +03:00
parent fbd95e1966
commit a10e56cb6f
5 changed files with 5 additions and 244 deletions

View File

@@ -4,7 +4,7 @@ version = "3.2.7"
description = "A browser anime site experience from the terminal"
license = "UNLICENSE"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"click>=8.1.7",
"httpx>=0.28.1",