We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628f41b commit 84fcf53Copy full SHA for 84fcf53
.github/workflows/_config.yml
@@ -61,14 +61,14 @@ jobs:
61
# Operating Systems to test
62
# Comment out any OS you want to skip during development
63
OS_MATRIX='[
64
- "windows-latest"
+ "windows-latest", "ubuntu-latest", "macos-latest"
65
]'
66
# OS options: "windows-latest", "ubuntu-latest", "macos-latest"
67
68
# Python versions to test
69
# Comment out any version you want to skip during development
70
PYTHON_MATRIX='[
71
- "3.11"
+ "3.9", "3.10", "3.11", "3.12"
72
73
# Python versions: "3.9", "3.10", "3.11", "3.12"
74
0 commit comments