mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Use Python 3.11 for the stub_uploader tests in the daily test (#10854)
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
||||
path: stub_uploader
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
cache-dependency-path: stub_uploader/requirements.txt
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user