summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2022-09-25 16:45:02 +0700
committerGitHub <noreply@github.com>2022-09-25 16:45:02 +0700
commit7b6250c7efa6cea74f6edaf48345eab930c1101c (patch)
treefa2f3aac80658736c1fbcaa9e1a7e6504a29833f /.github
parent02d5cf297babefe142308426f9fe21598e819877 (diff)
downloadrq-7b6250c7efa6cea74f6edaf48345eab930c1101c.tar.gz
Remove Python 3.5 from CI. (#1712)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 9c85a82..17a5c11 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
+ python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6, 7]
redis-py-version: [3.5.0]