mirror of https://github.com/rq/rq.git
Remove Python 3.5 from CI. (#1712)
This commit is contained in:
parent
02d5cf297b
commit
7b6250c7ef
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue