deps(python): drop Python 3.7 support (#150)

This commit is contained in:
Xuehai Pan 2025-01-31 16:33:18 +08:00 committed by GitHub
parent 8d897bbb78
commit cda0149e45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 55 additions and 37 deletions

View file

@ -14,7 +14,7 @@
- Operating system and version: [e.g. Ubuntu 20.04 LTS / Windows 10 Build 19043.1110]
- Terminal emulator and version: [e.g. GNOME Terminal 3.36.2 / Windows Terminal 1.8.1521.0]
- Python version: [e.g. `3.7.2` / `3.9.6`]
- Python version: [e.g. `3.8.2` / `3.9.6`]
- NVML version (driver version): [e.g. `460.84`]
- `nvitop` version or commit: [e.g. `0.10.0` / `0.10.1.dev7+ga083321` / `main@75ae3c`]
- `python-ml-py` version: [e.g. `11.450.51`]

View file

@ -50,7 +50,7 @@ jobs:
id: py
uses: actions/setup-python@v5
with:
python-version: "3.7 - 3.13"
python-version: "3.8 - 3.13"
update-environment: true
- name: Upgrade build dependencies
@ -129,7 +129,7 @@ jobs:
uses: actions/setup-python@v5
if: startsWith(github.ref, 'refs/tags/')
with:
python-version: "3.7 - 3.13"
python-version: "3.8 - 3.13"
update-environment: true
- name: Upgrade pip

View file

@ -27,7 +27,7 @@ jobs:
id: py
uses: actions/setup-python@v5
with:
python-version: "3.7 - 3.13"
python-version: "3.8 - 3.13"
update-environment: true
- name: Upgrade pip