Skip to content

Commit

Permalink
Merge pull request #1957 from hugovk/add-3.10
Browse files Browse the repository at this point in the history
Add support for Python 3.10
  • Loading branch information
nicolargo authored Nov 22, 2021
2 parents 6bf417b + 246bfc9 commit 42f184d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Glances - An eye on your system
:target: https://pepy.tech/project/glances
:alt: Pypi downloads

.. image:: https://img.shields.io/travis/nicolargo/glances/master.svg?maxAge=3600&label=Linux%20/%20BSD%20/%20macOS
:target: https://travis-ci.org/nicolargo/glances
:alt: Linux tests (Travis)
.. image:: https://github.com/nicolargo/glances/actions/workflows/test.yml/badge.svg
:target: https://github.com/nicolargo/glances/actions
:alt: Linux tests (GitHub Actions)

.. image:: https://img.shields.io/appveyor/ci/nicolargo/glances/master.svg?maxAge=3600&label=Windows
:target: https://ci.appveyor.com/project/nicolargo/glances
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def run(self):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: System :: Monitoring'
]
)

0 comments on commit 42f184d

Please sign in to comment.