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 66676cc commit 7128ef5Copy full SHA for 7128ef5
.github/workflows/pytest-builds.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: [3.10', '3.11', '3.12', '3.13']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
18
steps:
0 commit comments