Skip to content

Commit 5a060dd

Browse files
committed
Do not test redis-latest
1 parent e63fe2f commit 5a060dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.7","3.8","3.11","3.12","3.13"]
32+
python-version: ["3.8","3.11","3.12"]
3333
os: [ubuntu-22.04]
3434
services:
3535
postgres:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ envlist =
103103
{py3.7,py3.8}-redis-v{3}
104104
{py3.7,py3.8,py3.11}-redis-v{4}
105105
{py3.7,py3.11,py3.12}-redis-v{5}
106-
{py3.7,py3.12,py3.13}-redis-latest
107106

108107
# Requests
109108
{py3.7,py3.8,py3.12,py3.13}-requests

0 commit comments

Comments
 (0)