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 a007e91 commit ab01d5dCopy full SHA for ab01d5d
.github/workflows/pytest.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- python-version: ["3.12", "3.11", "3.10", "3.9", "3.9"]
+ python-version: ["3.12", "3.11", "3.10", "3.9"]
17
os: [ubuntu-latest, windows-latest, macOS-latest]
18
fail-fast: false
19
defaults:
0 commit comments