We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb010e7 commit cff273fCopy full SHA for cff273f
.github/workflows/test_pytest.yaml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
- python-version: [3.10, 3.14]
+ python-version: ["3.10", "3.14"]
23
env:
24
OS: ${{ matrix.os }}
25
PYTHON: ${{ matrix.python-version }}
0 commit comments