mirror of https://github.com/nicolargo/glances.git
Add support for Python 3.10
This commit is contained in:
parent
6bf417bab5
commit
0fd55a43d2
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue