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 76eb9b2 commit d429dd1Copy full SHA for d429dd1
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
29
- python-version: [3.8, 3.9, "3.10", "3.11", "3.12.3"]
+ python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
30
fail-fast: false
31
env:
32
PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments