diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0cd40dc..42c2a45f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/setup.py b/setup.py index e1a101f6..653b63db 100755 --- a/setup.py +++ b/setup.py @@ -141,6 +141,7 @@ setup( 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: System :: Monitoring' ] )