降低python版本依赖

This commit is contained in:
远野千束 2024-10-03 02:15:21 +08:00
parent 575203aedc
commit afbedc665c

View File

@ -28,6 +28,8 @@ jobs:
with:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: ${{ matrix.arch }}
cache: 'pip'
- name: Install Dependencies
run: |