From 7f96040d39691c7125551631342fea567a590e5f Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Wed, 17 Nov 2021 21:51:52 +0100 Subject: [PATCH] Added support for latest python --- .github/workflows/ci.yaml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",