Skip to content

Commit ae3d88e

Browse files
committed
python 3.9 lower bound for background tests.
1 parent 9771990 commit ae3d88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/background-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false # Don't cancel other jobs in the matrix if one fails
1414
matrix:
15-
python-version: ["3.8", "3.12"] # Specify Python versions to test against
15+
python-version: ["3.9", "3.12"] # Specify Python versions to test against
1616

1717
# Service container for Redis
1818
services:

0 commit comments

Comments
 (0)