We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474fb70 commit 4314c39Copy full SHA for 4314c39
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16
- python: [3.10, 3.11, 3.12]
+ python: ['3.10', 3.11, 3.12]
17
env:
18
OS: ${{ matrix.os }}
19
PYTHON: ${{ matrix.python }}
0 commit comments