Bump minimum python version to 3.9

3.8 is almost EOL will be in a month or so
This commit is contained in:
Kovid Goyal
2024-07-27 00:07:17 +05:30
parent 8ba4e36ea4
commit 68b6db4b61
2 changed files with 4 additions and 4 deletions

View File

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