use python 3.11 for update-plugin-list (#11328)
This commit is contained in:
parent
6e5f10b28f
commit
010e1742d8
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.8"
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
- name: requests-cache
|
||||
uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in New Issue