Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c6a67 commit 73dcc9cCopy full SHA for 73dcc9c
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,8 @@ jobs:
29
# Remove jobs with incompatible combinations
30
- {python-version: "3.13", pytest-tox-version: "pytest6"}
31
- {python-version: "3.14", pytest-tox-version: "pytest6"}
32
+ - {python-version: "3.13", pytest-tox-version: "pytest7"}
33
+ - {python-version: "3.14", pytest-tox-version: "pytest7"}
34
- {python-version: "3.8", pytest-tox-version: "pytest9"}
35
- {python-version: "3.9", pytest-tox-version: "pytest9"}
36
0 commit comments