Skip to content

Commit ab01d5d

Browse files
authored
Update .github/workflows/pytest.yaml
1 parent a007e91 commit ab01d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.9"]
16+
python-version: ["3.12", "3.11", "3.10", "3.9"]
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
1818
fail-fast: false
1919
defaults:

0 commit comments

Comments
 (0)