mirror of https://github.com/nicolargo/glances.git
Remove Python 3.4 test
This commit is contained in:
parent
7544c959e3
commit
32152d7ca5
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue