Skip to content

Commit 01d68e3

Browse files
committed
ci: pytest 9 added to test matrix
1 parent 8ce40aa commit 01d68e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11-
pytest-version: [4, 5, 6, 7, 8]
12-
11+
pytest-version: [4, 5, 6, 7, 8, 9]
12+
exclude:
13+
- python-version: "3.8"
14+
pytest-version: 9
15+
- python-version: "3.9"
16+
pytest-version: 9
1317
steps:
1418
- uses: actions/checkout@v2
1519
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)