Remove Python 3.5 from CI. (#1712)

This commit is contained in:
Selwin Ong 2022-09-25 16:45:02 +07:00 committed by GitHub
parent 02d5cf297b
commit 7b6250c7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]