mirror of
https://github.com/snowykami/server-status-client.git
synced 2025-01-20 01:08:20 +08:00
✨ 降低python版本依赖
This commit is contained in:
parent
dd596f0a93
commit
575203aedc
1
.github/workflows/nuitka-compile.yml
vendored
1
.github/workflows/nuitka-compile.yml
vendored
@ -28,7 +28,6 @@ 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: 'pdm' # Optional. Options are 'none', 'pdm', 'pip', or 'all'. Default is 'all'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user