mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
Needed for typing.NotRequired
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
sanitize: 0
|
||||
|
||||
- python: b
|
||||
pyver: "3.11"
|
||||
pyver: "3.10"
|
||||
sanitize: 1
|
||||
|
||||
- python: c
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
Reference in New Issue
Block a user