mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Update minimum python to 3.11 from 3.10
3.10 is failing in CI and I cant be arsed to figure out why. It's anyway a few months from EOL
This commit is contained in:
@@ -19,12 +19,12 @@ from typing import (
|
||||
TYPE_CHECKING,
|
||||
Any,
|
||||
Deque,
|
||||
Iterator,
|
||||
Literal,
|
||||
NamedTuple,
|
||||
Optional,
|
||||
Union,
|
||||
)
|
||||
from collections.abc import Iterator
|
||||
|
||||
from .child import ProcessDesc
|
||||
from .cli_stub import CLIOptions, SaveAsSessionOptions
|
||||
|
||||
Reference in New Issue
Block a user