Skip to content

Commit 7f3b876

Browse files
committed
chore: removed items
1 parent e1dc20b commit 7f3b876

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/_config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,16 @@ jobs:
6161
# Operating Systems to test
6262
# Comment out any OS you want to skip during development
6363
OS_MATRIX='[
64-
"ubuntu-latest",
65-
# "macos-latest",
66-
# "windows-latest"
64+
"ubuntu-latest"
6765
]'
66+
# To add more OS: "macos-latest", "windows-latest"
6867
6968
# Python versions to test
7069
# Comment out any version you want to skip during development
7170
PYTHON_MATRIX='[
72-
# "3.9",
73-
# "3.10",
7471
"3.11"
75-
# "3.12"
7672
]'
73+
# To add more versions: "3.9", "3.10", "3.12"
7774
7875
# Primary OS and Python for single-runner jobs
7976
PRIMARY_OS="ubuntu-latest"

0 commit comments

Comments
 (0)