Skip to content

Commit b39b0f9

Browse files
committed
CI fixes
1 parent 1ef580a commit b39b0f9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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:

requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ shibuya
33
sphinx<8.2
44
sphinx-autodoc-typehints[type_comments]>=1.8.0
55
typing-extensions
6+
snowballstemmer<3.0

scripts/populate_tox/tox.jinja

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

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-05-08T08:54:43.507805+00:00
13+
# Last generated: 2025-05-08T09:00:14.321859+00:00
1414

1515
[tox]
1616
requires =
@@ -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)