Skip to content

Commit 65d7f79

Browse files
committed
Add pytest v9 to CI test matrix
1 parent 2031724 commit 65d7f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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.*"]
102102
env:
103103
TEST_TMP: /tmp
104104
ALLURE_INDENT_OUTPUT: yep

0 commit comments

Comments
 (0)