Needed for typing.NotRequired

This commit is contained in:
Kovid Goyal
2024-04-25 22:02:28 +05:30
parent f5ae6fe152
commit 1669e099dc

View File

@@ -27,7 +27,7 @@ jobs:
sanitize: 0 sanitize: 0
- python: b - python: b
pyver: "3.11" pyver: "3.10"
sanitize: 1 sanitize: 1
- python: c - python: c
@@ -82,7 +82,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.10" python-version: "3.11"
- name: Install Go - name: Install Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4