mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps(python): drop Python 3.7 support (#150)
This commit is contained in:
parent
8d897bbb78
commit
cda0149e45
18 changed files with 55 additions and 37 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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`]
|
||||
|
|
|
|||
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue