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 f628c12 commit b9796a0Copy full SHA for b9796a0
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- python-version: [ "3.10", "3.14"]
+ python-version: [ "3.10", "3.14" ]
17
os: [windows-latest, ubuntu-latest, macos-latest]
18
fail-fast: false
19
defaults:
0 commit comments