diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75cc3bdb..195401e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -654,7 +654,7 @@ jobs: strategy: matrix: - python: ["3.7", "3.8", "3.9"] + python: ["3.7", "3.8", "3.9", "3.10"] operating-system: ["ubuntu-latest"] installable: ["wheel", "sdist"] diff --git a/setup.py b/setup.py index 9905c25b..7f527d51 100644 --- a/setup.py +++ b/setup.py @@ -77,6 +77,7 @@ def find_version(*file_paths): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", "Topic :: Communications", "Topic :: Home Automation",