From b9d7a2e20a6f422b1411ef7bf373146c124f0d4b Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Tue, 22 Mar 2022 13:43:05 +0100 Subject: [PATCH] Add support for Python 3.10 --- .github/workflows/test.yml | 1 + setup.py | 1 + tox.ini | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9897660..82ce9cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: python-version: - "3.8" - "3.9" + - "3.10" steps: - uses: actions/checkout@v3.0.0 diff --git a/setup.py b/setup.py index b2ffb28..38f1b9c 100644 --- a/setup.py +++ b/setup.py @@ -37,5 +37,6 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], ) diff --git a/tox.ini b/tox.ini index 9c8c887..c79be88 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] -envlist = py38, py39, lint +envlist = py38, py39, py310, lint skip_missing_interpreters = True [gh-actions] python = 3.8: py38, lint 3.9: py39 + 3.10: py310 [testenv] commands =