mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 14:12:21 +03:00
chg: workflow (test) - drop support for older py versions
some older versions creeped in during the merge
This commit is contained in:
parent
3f93a3989c
commit
0e5551364d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user