We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dc20b commit 7f3b876Copy full SHA for 7f3b876
.github/workflows/_config.yml
@@ -61,19 +61,16 @@ jobs:
61
# Operating Systems to test
62
# Comment out any OS you want to skip during development
63
OS_MATRIX='[
64
- "ubuntu-latest",
65
- # "macos-latest",
66
- # "windows-latest"
+ "ubuntu-latest"
67
]'
+ # To add more OS: "macos-latest", "windows-latest"
68
69
# Python versions to test
70
# Comment out any version you want to skip during development
71
PYTHON_MATRIX='[
72
- # "3.9",
73
- # "3.10",
74
"3.11"
75
- # "3.12"
76
+ # To add more versions: "3.9", "3.10", "3.12"
77
78
# Primary OS and Python for single-runner jobs
79
PRIMARY_OS="ubuntu-latest"
0 commit comments