From 850e7473e0529cf73db7ce990e88de309466044f Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Mon, 25 Oct 2021 13:30:18 -0600 Subject: [PATCH] Add official Python 3.10 support --- .github/workflows/ci.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a39d667..13ecd26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - '3.7' - '3.8' - '3.9' + - '3.10' steps: - uses: actions/checkout@v2 - name: Set up Python diff --git a/setup.py b/setup.py index 78604bd..5c51904 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Security', 'Topic :: Software Development :: Quality Assurance', ],