Skip to content

Commit b0c3545

Browse files
committed
Add pytest v9 to CI test matrix
1 parent 63017ae commit b0c3545

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,13 @@ jobs:
9898
strategy:
9999
matrix:
100100
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
101-
pytest-version: ["7.*", "8.*"]
101+
pytest-version: ["7.*", "8.*", "9.*"]
102+
exclude:
103+
# pytest 9 supports Python >= 3.10
104+
- python-version: "3.8"
105+
pytest-version: "9.*"
106+
- python-version: "3.9"
107+
pytest-version: "9.*"
102108
env:
103109
TEST_TMP: /tmp
104110
ALLURE_INDENT_OUTPUT: yep

0 commit comments

Comments
 (0)