Skip to content

Commit dcb548d

Browse files
committed
Add reasoning for test python versions
1 parent 2098a2f commit dcb548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
39+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # testcontainers is not supported on <3.9
4040
needs: build
4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)