aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-11 19:45:39 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-11 19:45:39 +0300
commit3807e93115f4cc269564166d39765e63a3770380 (patch)
tree1fd20ccdaf0bb65144e58422cfe6a42fa9b39707
parenta05b68631779c39d46974d747fc410b02c9f1026 (diff)
downloadcachetools-3807e93115f4cc269564166d39765e63a3770380.tar.gz
Add support for Python 3.10
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b0a9160..1139f90 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python: ["3.6", "3.7", "3.8", "3.9", "pypy-3.6", "pypy-3.7"]
+ python: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.6", "pypy-3.7"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
diff --git a/setup.cfg b/setup.cfg
index 143aba1..74bcbc5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
[options]