降低python版本依赖

This commit is contained in:
远野千束(神羽) 2024-10-03 02:13:10 +08:00
parent dd596f0a93
commit 575203aedc

View File

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