Set minimum supported Python version to 3.10

This commit is contained in:
Pragyansh Chaturvedi
2025-11-12 14:06:00 +05:30
parent cbddc0aa96
commit 64cd2d2fc2

View File

@ -26,7 +26,7 @@ classifiers = [
]
readme = "README.md"
license = {text = "Apache-2.0"}
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"llvmlite",