Bump minimum python version to 3.10

3.9 is EOL in a few months and I am tired of typing Optional
This commit is contained in:
Kovid Goyal
2025-01-07 12:07:01 +05:30
parent 9a6e7e4cdf
commit cad319a3c7
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[project]
requires-python = ">=3.9"
requires-python = ">=3.10"
[tool.mypy]
files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen'