Needed for typing.NotRequired
This commit is contained in:
parent
f5ae6fe152
commit
1669e099dc
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue