summaryrefslogtreecommitdiff
path: root/.github/workflows/dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependencies.yml')
-rw-r--r--.github/workflows/dependencies.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 958fa3e..24b24f6 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9]
+ python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9, 3.10]
redis-version: [3, 4, 5, 6]
redis-py-version: [3.5.0]
@@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9]
+ python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9, 3.10]
redis-version: [3, 4, 5, 6]
steps: