We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b9e24 commit 66cf7bcCopy full SHA for 66cf7bc
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
max-parallel: 3
25
matrix:
26
- os: [ubuntu-lasest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
27
pyv: ["3.9", "3.10", "3.11", "3.12"]
28
29
steps:
0 commit comments