mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
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:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.mypy]
|
||||
files = 'kitty,kittens,glfw,*.py,docs/conf.py,gen'
|
||||
|
||||
Reference in New Issue
Block a user