use python 3.11 for update-plugin-list (#11328)

This commit is contained in:
DetachHead
2023-08-21 22:29:41 +10:00
committed by GitHub
parent 6e5f10b28f
commit 010e1742d8

View File

@@ -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